https://hub.docker.com/r/dugo3number2/calc
docker pull dugo3number2/calc
Repl.it: https://repl.it/@DavidDGTNT/calc
make
g++ -o calc main.cpp
mingw32-make -f Makefile.win
g++ -o calc.exe <main.cpp / windows-desktop.cpp>
cl <main.cpp / windows-desktop.cpp>
Open up the IDE and open the solution file. You can build it as you would normally from there.