Iterating Through Containers in C++, with Some Help from Boost’s Lambda Library and Friends

14
Don’t be jealous of programmers using new languages, such as Python or C#! C++ gives you many ways to iterate through data you’ve stored in containers, supports for-each, and has helpful devices called lambda functions. Jeff Cogswell shows you how you can fly through your containers with ease.

Link: informit.com

Category:

  • C/C++