  |
C++ Coding Standard - http://www.possibility.com/Cpp/CppCodingStandard.html
Proposed coding guidelines that have evolved over many projects, many companies, and literally a total of many weeks spent arguing. |
  |
Coding Guidelines for Integral Constant Expressions - http://www.boost.org/more/int_const_guidelines.htm
This short article from the boost project is designed to provide a set of guidelines and workarounds that will allow integral constant expressions to be used in a manner portable to many compilers. |
  |
C and C++ Style Guides - http://www.chris-lott.org/resources/cstyle/
A collection of over 18 style guides for code written in C and C++. |
  |
Programming in C++, Rules and Recommendations - http://www.doc.ic.ac.uk/lab/cplus/c++.rules/
Comprehensive style guidelines by Ellemtel. |
  |
CStupidClassName - http://www.jelovic.com/articles/stupid_naming.htm
Discusses the commonly used naming convention of prepending each class name with a capital 'C'. |