how you get c++ on windows
- Download https://www.msys2.org/
- pacman -Syuin the msys2 terminal
- pacman -S mingw-w64-x86_64-gcc
- pacman -S mingw-w64-x86_64-gdb
- add path C:\msys64\mingw64\binto the Windows PATH open your terminal. check ifgcc --versionworks