注意:此过程有点复杂
准备:1.MinGW;c/c++运行环境;
2.CDT
1.MinGW:安装程序:http://sourceforge.net/projects/mingw/?source=typ_redirect
mingw-get-setup.exe-->continue-->(mingw32 gcc g++)--->mark for installation-->installation栏-->apply change-->apply
最好把Basic setup里的东西全都mark for installation了
link:win8.1 pro-64位下安装配置MinGW—64位
MinGW环境变量配置:在path中加MinGW的bin文件路径,不多说;
2.(1)help-->eclipse marketplace-->Find前输入CDT。接下来就是安装了,不多说
(2)CDT:eclipse-->help-->install new software-->add-->name—CDT-->location
http://download.eclipse.org/tools/cdt/releases/8.6
3.测试:
有c project或者c++ project直接选你要建立的,没有选project...很重要
运行效果: