For C++, there are two main categories of "standards" people usually mean:
- Language standards (ISO C++ specifications)
- Coding style/formatting standards (guidelines for readability, maintainability, and safety)
Widely supported versions of the official C++ standard: