Get familiar with Cxx - ami-iit/ami-commons GitHub Wiki
A collection of useful resources to get familiar with C++:
- [Tutorial] The C++ Build Process Explained
- [Book Chapter] Meson manual - How compilation works
- [Book] Modern C++ Tutorial: C++11/14/17/20 On the Fly
- [Interactive Tutorial] learn-cpp
- [Interactive Tutorial] A Tour of C++
- [Reference] C++ Reference
- [YouTube Videos] The Cherno's C++ Videos
- [Youtube Videos] Modern C++ (Lecture & Tutorials, 2020, Vizzo & Stachniss) suggested by @LoreMoretti (great video lectures from Bonn University)
- [Book] Accelerated C++: Practical Programming by Example by Andrew Koenig and Barbara Moo (old book but still relevant) - available in lab;
- [Tutorial] CMake tutorial (official tutorial about CMake)
- [Slides] Multi-Threading in C++