- This repository includes my notes about C++, taken after watching presentations from CppCon and other conferences, as well as reading books.
- The complete list of references is available in this file LINKS.md.
- In the code and submodules folders, there are examples of my programs illustrating the intricacies of the C++ language.
- Read the BUILD.md file to learn how to build examples. Manual build and VSCode build automation are described there.
- CppCon and other conferences - good talks
- Ben Deane - Deducing this Patterns, CppCon - 2021
- Jonathan Boccara - 105 STL Algorithms in Less Than an Hour, ACCU - 2018
