Sunday, November 14, 2010

For Loops

In a "for loop" that is looping on iterator, you typically save the creation of a temporary during each loop, if the call to end() is moved outside the loop.

No comments:

Post a Comment