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