Build the exe: g++ main.cpp -o main.exe run the exe: .\main.exe Build as unix: g++ main.cpp -o main Run the unix: ./main