下载MinGW
点击下载
安装好后运行
最后点击左上角的 Installation,开始安装
1.编译:
g++ -o a.exe a.cpp
gcc -o hello.exe hello.c
2.运行:
./a.exe