to learn and play with C++
Go to file
2022-01-01 21:37:12 +01:00
.gitignore init repository 2022-01-01 21:37:12 +01:00
LICENSE Initial commit 2022-01-01 21:32:37 +01:00
README.md init repository 2022-01-01 21:37:12 +01:00

C++ Playground

This little repository hosts different small projects written in C++.

Each project works standalone and only requires the files inside its folder. Some projects require the global include-folder for common or shared libraries.

All projects are build and tested on linux