對於不熟悉Linux,又想要用GNU gcc 編譯你的 C code或g++編譯你的C++ code, 你可以在windows上安裝minGW 使得你的windows也有最小的GNU程式開發工具.
MinGW - Minimalist GNU for Windows
1.)下載 MinGW 並在windows下進行安裝
MinGW: A native Windows port of the GNU Compiler Collection (GCC), with freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All of MinGW's software will execute on the 64bit Windows platforms.在 mingw32-base 選項,按右鍵 Mark for Installation
接著在選單[Installation]上選Apply Changes,就會進行線安裝
2.)
或