amirnn / CppCon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C++ 54.8%Language:Python 31.2%Language:CMake 14.0%