ufoym / cpp-core-guidelines-cheatsheet

Cheatsheet for the C++ core guidelines, including a set of tried-and-true guidelines, rules, and best practices about coding in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-core-guidelines-cheatsheet

Cheatsheet for the C++ core guidelines (by Bjarne Stroustrup & Herb Sutter), including a set of tried-and-true guidelines, rules, and best practices about coding in C++.

  • P: Philosophy
  • I: Interfaces
  • F: Functions
  • C: Classes and class hierarchies
  • Enum: Enumerations
  • R: Resource management
  • ES: Expressions and statements
  • Per: Performance
  • CP: Concurrency and parallelism
  • E: Error handling
  • Con: Constants and immutability
  • T: Templates and generic programming
  • CPL: C-style programming
  • SF: Source files
  • SL: The Standard Library

P: Philosophy

Philosophy

About

Cheatsheet for the C++ core guidelines, including a set of tried-and-true guidelines, rules, and best practices about coding in C++.

License:MIT License