MinGW-notepad++开发c/c++程序

下载MinGW

点击下载

安装好后运行

最后点击左上角的 Installation,开始安装

1.编译:

g++ -o a.exe a.cpp

gcc -o hello.exe hello.c

2.运行:

./a.exe

posted @ 2015-03-05 13:47  影分身  阅读(236)  评论(0编辑  收藏  举报