C++ on Windows
Running C++ on Windows is not as easy as other OSes. Original: 2018/08/27 Updated: 2022/05/06
Quick
Access C++ online compilers:
Dirty
CodeBlocks and MinGW C++ are the most effective and least bloated combo at around 200MB.
- Access the download page and click “Download the binary release”
- Grab the mingw-setup.exe version
- Complete the installation process
Traditional
Microsoft Visual Studio (ugh)