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++. |
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. |
C++ Programming Style Guidelines - http://geosoft.no/development/cppstyle.html
Lists C++ coding recommendations common in the C++ development community. (Geotechnical Software Services) |
C++ Style Guides Collection - http://membres.lycos.fr/pierret/cpp2.htm
A hub for many C++ style guides with HTML and RTF/Word versions of the Ellementel Style guide. |
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. |
CStupidClassName - http://www.jelovic.com/articles/stupid_naming.htm
Discusses the commonly used naming convention of prepending each class name with a capital 'C'. |
deWiTTERS Alternative Coding Style Guide - http://users.telenet.be/dewitters/tao_of_coding.html
A guide that describes an alternative coding style for C++. |
Macadamian's Coding Conventions for C++ - http://www.macadamian.com/index.php?option=com_content&task=view&id=34&Itemid=37
Includes advice on source code organization, naming conventions, source documentation, programming conventions, and testing/debugging support. |
Programming in C++, Rules and Recommendations - http://www.doc.ic.ac.uk/lab/cplus/c++.rules/
Comprehensive style guidelines by Ellemtel. |
Recommended C Style and Coding Standards - http://www.doc.ic.ac.uk/lab/secondyear/cstyle/cstyle.html
Updated version of the Indian Hill C Style and Coding Standards paper, with modifications. The scope is coding style, not functional organization. |