Welcome, Guest. Please login or register.

Author Topic: Iterating Through Containers in C++, with Some Help from Boost's Lambda Library  (Read 2641 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SystemTopic starter

  • Full Member
  • ***
  • Join Date: Jul 2003
  • Posts: 199
    • Show all replies
    • http://amiga.org
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 Here

Original source : Utilitybase.com