Skip to content

Instantly share code, notes, and snippets.

@vcwu
Created July 28, 2012 09:14
Show Gist options
  • Select an option

  • Save vcwu/3192594 to your computer and use it in GitHub Desktop.

Select an option

Save vcwu/3192594 to your computer and use it in GitHub Desktop.
for(int i =0; i < size; i++)
{
//fin >> temp;
hello[i] = i;
if(i < 100)
data.push_back(temp);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment