Style (14)

Regular Links:

http://www.chris-lott.org/resources/cstyle/
C and C++ Style Guides Open in a new browser window
   A collection of over 18 style guides for code written in C and C++.
   http://www.chris-lott.org/resources/cstyle/
http://www.possibility.com/Cpp/CppCodingStandard.html
C++ Coding Standard Open in a new browser window
   Proposed coding guidelines that have evolved over many projects, many companies, and literally a total of many weeks spent arguing.
   http://www.possibility.com/Cpp/CppCodingStandard.html
http://www.arcticlabs.com/CodingStandards/
C++ Coding Standards Open in a new browser window
   Simple set of standards which tries to cover the important issues surrounding modern C++. (ArcticLabs)
   http://www.arcticlabs.com/CodingStandards/
http://geosoft.no/development/cppstyle.html
C++ Programming Style Guidelines Open in a new browser window
   Lists C++ coding recommendations common in the C++ development community. (Geotechnical Software Services)
   http://geosoft.no/development/cppstyle.html
http://www.jelovic.com/articles/stupid_naming.htm
CStupidClassName Open in a new browser window
   Discusses the commonly used naming convention of prepending each class name with a capital 'C'.
   http://www.jelovic.com/articles/stupid_naming.htm
http://www.boost.org/more/int_const_guidelines.htm
Coding Guidelines for Integral Constant Expressions Open in a new browser window
   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.
   http://www.boost.org/more/int_const_guidelines.htm
http://www.programmingresearch.com/solutions/HICPPCM/
High Integrity C++ Coding Standard Open in a new browser window
   A methodology for high quality, unambiguous, portable and maintainable C++ code.
   http://www.programmingresearch.com/solutions/HICPPCM/
http://www.macadamian.com/index.php?option=com_content&task=view&id=34&Itemid=37
Macadamian's Coding Conventions for C++ Open in a new browser window
   Includes advice on source code organization, naming conventions, source documentation, programming conventions, and testing/debugging support.
   http://www.macadamian.com/index.php?option=com_content&task=view&id=34&Itemid=37
http://www.doc.ic.ac.uk/lab/cplus/c++.rules/
Programming in C++, Rules and Recommendations Open in a new browser window
   Comprehensive style guidelines by Ellemtel.
   http://www.doc.ic.ac.uk/lab/cplus/c++.rules/
http://www.doc.ic.ac.uk/lab/secondyear/cstyle/cstyle.html
Recommended C Style and Coding Standards Open in a new browser window
   Updated version of the Indian Hill C Style and Coding Standards paper, with modifications. The scope is coding style, not functional organization.
   http://www.doc.ic.ac.uk/lab/secondyear/cstyle/cstyle.html
http://www.uwyn.com/resources/uwyn_cpp_coding_standard/index.html
UWYN C++ Coding Standard Open in a new browser window
   This document explains the C++ coding style at UWYN and lists a number of best practices that should be followed.
   http://www.uwyn.com/resources/uwyn_cpp_coding_standard/index.html
http://www.chris-lott.org/resources/cstyle/Wildfire-C++Style.html
Wildfire C++ Programming Style Open in a new browser window
   Tries to provide guidelines on how to use the various features found in the C++ language.
   http://www.chris-lott.org/resources/cstyle/Wildfire-C++Style.html
http://users.telenet.be/dewitters/tao_of_coding.html
deWiTTERS Alternative Coding Style Guide Open in a new browser window
   A guide that describes an alternative coding style for C++.
   http://users.telenet.be/dewitters/tao_of_coding.html

Last Updated: 2007-05-05 15:13:23