how you get c++ on windows
- Download https://www.msys2.org/
pacman -Syu
in the msys2 terminalpacman -S mingw-w64-x86_64-gcc
pacman -S mingw-w64-x86_64-gdb
- add path
C:\msys64\mingw64\bin
to the Windows PATH open your terminal. check ifgcc --version
works