Cpp Coding Standards/Advice

From Apache OpenOffice Wiki
< Cpp Coding Standards
Revision as of 15:09, 12 February 2007 by Np (Talk | contribs)

Jump to: navigation, search

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 to handwritten loops.

Details

Personal tools