An open API service indexing awesome lists of open source software.

https://github.com/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++.
https://github.com/ufoym/cpp-core-guidelines-cheatsheet

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# cpp-core-guidelines-cheatsheet
Cheatsheet for [the C++ core guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) (by Bjarne Stroustrup & Herb Sutter), including a set of tried-and-true guidelines, rules, and best practices about coding in C++.

- [x] 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
- [[Download PDF]](Philosophy.pdf)
- [[Download PNG Image]](Philosophy.png)

![Philosophy](Philosophy.png)