Getting Started With C++ For The First Time
Building a Development Environment that can work Crossplatform and not be tedious As I use Windows and Linux to similar amounts I wanted to find a setup that is cross platform and works without relying on a lot of tedious GUI tools for building packages. That’s why I found out about CMake for generating the systemspecific build-files for me, so I can focus on writing fun code instead of battling with compiler flags every time I try something out....