Books
Introduction
- A Tour of C++ by Bjarne Stroustrup (an overview of C++ as defined by C++17)
- The Design and Evolution of C++ by Bjarne Stroustrup (the design goals and practical constraints of C++)
Clean Code
- Clean C++20 by Stephan Roth (Clean code applied to modern C++)
- C++ Core Guidelines Explained by Rainer Grimm (C++ Community driven guidelines)
Blogs
- C++ Stories by Bartlomiej Filipek
- Fluent C++ by Jonathan Boccara
- Modernes C++ by Rainer Grimm
Guideliness
- C++ Core Guidelines (community driven guidelines)
Videos
Source Code
- Fundamentals for C++ Professionals: GitHub