/CppCon

Primary LanguageC++

Notes on CppCon2021

Here I will gather, all my notes for C++ using materials from books or CppCon. References will be included.

Back to Basics

Topics:

  • Templates
  • Parallel Programming

Design Patterns

Algorithms

Build

# Run following in command-line.
cd conan
conan install . --build=missing -s build_type=Debug
conan install . --build=missing -s build_type=Release