Cpp Coding Standards/Advice

From Apache OpenOffice Wiki
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