I read the article this morning and liked this statement “Programming style is one of the holy wars of computer programming. However, regardless of your tastes one thing is certain: when in Rome, do as the Romans do. That is, learning the accepted style of a programming language is just as important as learning the language itself.” Below are the coding style guides of which you should be aware: Google C++ style guide Mozilla coding style guide OCaml style guide Java style guide Microsoft style Hungarian style Linux kernel C style http://geosoft.no/development/cppstyle.html
http://gcc.gnu.org/wiki/CppConventions
http://www.yolinux.com/TUTORIALS/LinuxTutorialC++CodingStyle.html
http://www.possibility.com/Cpp/CppCodingStandard.html
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#The__define_Guard
