Cpp Coding Standards/Advice
From Apache OpenOffice Wiki
< Cpp Coding Standards
Revision as of 13:11, 12 April 2007 by Np (talk | contribs) (→Prefer STL Algorithms (Algo): clarity)
Id: ADVICE
This page contains advice that is accepted as sensible, but not clear enough or with too much details under discussion to be accepted as a checkable rule.
Summary
Prefer STL Algorithms (Algo)
Prefer STL algorithm calls over handwritten loops.