SkillAgentSearch skills...

Cppcon21

Code to accompany the talk "Generic Graph Libraries in C++20" at cppcon 21

Install / Use

/learn @lums658/Cppcon21
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

cppcon21

Code to accompany the talk "Generic Graph Libraries in C++20" at cppcon 21

mkdir build
cd build
cmake ..

Note that you will need to have a C++ compiler that fully supports C++20. If you need to build with a different installed compiler, say, g++-11, invoke

mkdir build
cd build
cmake .. -DCMAKE_CXX_COMPILER=g++-11

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated2y ago
Forks2

Languages

C++

Security Score

70/100

Audited on Oct 8, 2023

No findings