This will be a collection of notes taken from various different books and sources, as well as my own learnings from working on different C++ projects.

Books

  1. A Tour of C++
  2. C++ Primer (Ch. 3 17)
  3. Effective Modern C++
  4. Inside the C++ Object Model
  5. C++ Concurrency in Action