The following have been proposed for an upcoming C++ project.
- C++ Coding Standards, by Sutter and Alexandrescu
- JSF Air Vehicle C++ coding standards
- The Elements of C++ Style
- Effective C++ 3rd Edition, by Scott Meyers
Are there other choices? Or is the list above what be should used on a C++ project?
Some related links
I really think it does not matter which one you adopt, as long as everyone goes along with it. Sometimes that can be hard as it seems that some styles don’t agree with peoples tases. I.e. it comes down to arguing about whether prefixing all member variable with
m_is pretty or not.I have been using and modifying the Geosoft standards for a while, these are for C++. There are some other at the what-is-your-favorite-coding-guidelines-checklist thread