The C++ Core Guidelines are a collaborative effort led by Bjarne Stroustrup, much like the C++ language itself. They are the result of many years of discussion and design across a number of organizations. Their design encourages general applicability and broad adoption but they can be freely copied and modified to meet your organization's needs. More precisely, these guidelines are referring to the C++14 standard.
The C++ Core Guidelines
Getting ready
Go over to GitHub and go to the C++ Core Guideline document (http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines), as well as to the GitHub project page:Â https://github.com/isocpp/CppCoreGuidelines.