Difference between revisions of "Cpp Coding Standards/Advice"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
m
Line 1: Line 1:
 
Id: '''ADVICE'''
 
Id: '''ADVICE'''
  
== 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 acheckable rule.
 
This page contains advice that is accepted as sensible, but not clear enough or with too much details under discussion to be accepted as acheckable rule.
 
----
 
----

Revision as of 15:07, 12 February 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 acheckable rule.


Summary

Prefer STL Algorithms (Algo)

Prefer STL algorithm calls to handwritten loops.

Details

Personal tools