Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. std::string input
  2.  
  3. for (auto it = input.begin(); it < input.end(); it++)
  4. {
  5. auto character = *it;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement