Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
—Bjarne Stroustrup, [Stroustrup00] §18.12
Algorithms are loops—only better. Algorithms are the “patterns” of loops, adding far more semantic content and richness than a naked for would do alone. Of course, the moment you start using algorithms you’ll also start using function objects and predicates; write them correctly, and use them well.
Our vote for the most valuable Item in this section goes to Item 83: Use a checked STL implementation.