C++ coding styles
Unlike Java or C#, the C++ world does not have a unified coding standard. The naming convention is still the choice of programmer teams or enterprises.
However, there are several standards widely used in the software industry.
- C++ standard library related code conventions