for.
for (std::string::const_iterator it = hello.begin(); it != hello.end(); ++it) {
// String processing
}
, ++ 11:
for (char const c : hello) {
}
, , , ++. , STL. , - std::deque std::list, .
C. (unsigned int). static_cast<unsigned> (*it). , , . C- , , , .