//mingw compiler //write in cmd for c++ g++ (path of the cpp file) -o (path of the cpp file but delete the ".cpp" and replace it by exe or the type that you want) )