Search Results

34
votes
7answers
2k views

Examples of “modern c++” in action?

For new and completely revised tricks and dark corners of STL go here: Hidden Features …
6
votes

Is Iterator initialization inside for loop considered bad style, and why?

Another alternative is to use a foreach macro, for example boost foreach: BOOST_FOREACH( Cont …