Given the new toolset provided by c++ lots of programmers, aiming at code simplification, expressiveness, efficiency, skim through their old code and make tweaks (some point
For-each syntax:
std::vector container; for (auto const & i : container) std::cout << i << std::endl;