GCC C++ Code

...the code is more like what you would call guidelines than actual rules

This is a proposed set of coding conventions when using C++ as an implementation language for GNU Compiler Collection projects, either compilers (aka GCC) or target libraries. This is intended to be the common subset of C++ guidance. The intention is to develop this on the wiki, and move them to http://gcc.gnu.org/codingconventions.html when they are stable.

Dialect, Flags, Restrictions

Build Requirements

Formatting Conventions

Use

C++ is a complex language. We do not want to use all aspects of it.

Prohibited

The following features of the C++ language may not be used in GCC code.

Best Avoided

The following features of the C++ language should in general be avoided in GCC code.

Preferred

None: cxx-in-gcc (last edited 2012-06-06 18:46:55 by BenjaminKosnik)