/cppnow2021-examples

Examples to be shown at C++Now 2021

Primary LanguageC++MIT LicenseMIT

cppnow2021-examples

Examples to be shown at C++Now 2021 by Lucian.

To build concurrency-tutorial samples install SCons package with

sudo apt install scons

command and build samples with

cd concurrency-tutorial
scons -j16

commands.

note: Tracy support is automatically enable in case tracy is installed to ~/usr/local directory. For more details see Tracy profiler integration tutorial.