Cpp Coding Standards/Advice

From Apache OpenOffice Wiki
< Cpp Coding Standards
Revision as of 23:05, 19 July 2007 by Kirk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 over handwritten loops.

Details

Personal tools