Style Guide


I use a very simple style for C++, that is basically the style outlined in Taligent’s Guide to Designing Programs.

In short:

void method() {
//body
}

See the book for a much more comprehensive description.