Skip to content

Instantly share code, notes, and snippets.

@superfunc
Created March 31, 2014 07:00
Show Gist options
  • Save superfunc/9886775 to your computer and use it in GitHub Desktop.
Save superfunc/9886775 to your computer and use it in GitHub Desktop.
autoex1
for(vector<int>::iterator itr = people.begin(); itr != people.end(); itr++) {
// do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment