Download
https://www.mingw-w64.org/downloads/#mingw-builds


https://sourceforge.net/projects/mingw-w64/

Install (Default setting)
mingw-64-install.exe
C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64
System Environment Variable (Path)
Append the C++ bin folder to System Environment Variable (Path)

Test the C compiler (CMD – Windows Terminal)
gcc –version
Test the Compiler (CMD – Windows Terminal)
g++ –version
