Cpp Coding Standards/Advice
From Apache OpenOffice Wiki
< Cpp Coding Standards(Redirected from Cpp Coding Standards/ADVICE)
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.