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++ Guidelines - http://www.qhull.org/road/road-faq/xml/cpp-guideline.xml
Guidelines on using C++ from Road Intranet. |
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++. |
Google C++ Style Guide - http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
Guidelines for C++ style used by Google's open-source projects |
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. |
UWYN C++ Coding Standard - http://www.uwyn.com/resources/uwyn_cpp_coding_standard/index.html
This document explains the C++ coding style at UWYN and lists a number of best practices that should be followed. |
Wildfire C++ Programming Style - http://www.chris-lott.org/resources/cstyle/Wildfire-C++Style.html
Tries to provide guidelines on how to use the various features found in the C++ language. |