Difference between revisions of "Cpp Coding Standards/Advice"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m (Prefer STL Algorithms (Algo): clarity)
Line 5: Line 5:
 
=== Summary ===
 
=== Summary ===
 
==== Prefer STL Algorithms (Algo) ====
 
==== Prefer STL Algorithms (Algo) ====
Prefer STL algorithm calls to handwritten loops.
+
Prefer STL algorithm calls over handwritten loops.
  
 
[[/Algo|Details]]
 
[[/Algo|Details]]

Revision as of 13:11, 12 April 2007

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