FaBrand / cpp_playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playground rules

This is just a playground project to try random things. If you see any major errors here, please point them out. The main reason behind creating this was personal learning and playing around with certain things.

Building

Simply copy paste

cmake -B_build -H. -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=On
ninja -C _build

Disclaimer

This is only meant for personal education. If used, use at your own risk.

About


Languages

Language:C++ 96.0%Language:CMake 3.4%Language:C 0.3%Language:Python 0.3%