您的位置:首页 > 编程语言 > Java开发

Eclipse CDT + MinGW at Windows XP

2009-10-10 13:10 246 查看
1, Eclipse need Java runtime support. Go to http://java.sun.com to download a J2SE JDK if you didn't install it before;

2, Download Eclipse CDT from eclipse website, and use winzip or winrar to install it. Click eclipse.exe, it will be launched.

3, Eclipse CDT don't include compiler/toolchain together, you need install MinGW GCC yourself;

It is quite simple if you use MinGW installer.

4, HelloWorld example

File -> New -> C++ Project



Input project name, and then select Hello World C++ Project and MinGW GCC. If you want more setting, click Next, otherwise Finish.

dependency walker result:

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: