(C++) C++ Core Guidelines

January 6, 2018 ยท View on GitHub

The C++ Core Guidelines are (from [1]):

The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++

External links

  • C++ Core Guidelines GitHub description
  • Microsoft Visual Studio's article how to enable the C++ Core Guidelines warnings

References

  • [1] https://github.com/isocpp/CppCoreGuidelines description

Contents

  1. 1External links
  2. 2References