Added a link to modern cpp cheatsheet repository

This commit is contained in:
Evgeny Salmer
2021-12-10 21:32:34 +03:00
committed by Evgenii
parent a149272a64
commit 5289128883
4 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ C++ develops in the same way as all other languages: it takes some popular idea
- You can read the following book by [Bjarne Stroustrup - A Tour of C++](https://www.amazon.com/Tour-2nd-Depth-Bjarne-Stroustrup/dp/0134997832). Regularly check the book republication as it's updated when a new C++ standard is released
- Professional forums/chats/discussions/etc.
- Overview videos on YouTube by community
- [A cheatsheet of modern C++ language and library features](https://github.com/AnthonyCalandra/modern-cpp-features)
## Training recommendations