The recommended compiler is g++ from gcc\
For Windows use MinGW and install g++ and make
(after installing put C:\msys64\ucrt64\bin and
C:\msys64\usr\bin to system environment variable "Path")
command make will compile and put the app in bin folder
you can also use make run to run immediately after compile but remember that it will run that it will run it parent directory instead and event file well be saved there
make cleandep
make clean
This will delete all compile app, object files and .d files for a clean build