Coding Guidelines for Integral Constant Expressions
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
Discusses the commonly used naming convention of prepending each class name with a capital 'C'.
deWiTTERS Alternative Coding Style Guide
A guide that describes an alternative coding style for C++.
General C++ Coding Standard
Presents rules and recommendations to get code which is easier to comprehend and to maintain. (NFRA)
High Integrity C++ Coding Standard
A methodology for high quality, unambiguous, portable and maintainable C++ code.
Macadamian's Coding Conventions for C++ and Java
Includes advice on source code organization, naming conventions, source documentation, programming conventions, and testing/debugging support.
Programming in C++, Rules and Recommendations
Comprehensive style guidelines by Ellemtel.
Recommended C Style and Coding Standards
Updated version of the Indian Hill C Style and Coding Standards paper, with modifications. The scope is coding style, not functional organization.
UWYN C++ Coding Standard
This document explains the C++ coding style at UWYN and lists a number of best practices that should be followed.
Wildfire C++ Programming Style
Tries to provide guidelines on how to use the various features found in the C++ language.
Results: Previous 1 2 3