怎么用eclipse编译c语言的程序

2025-01-04 22:00:20
推荐回答(2个)
回答1:

安装CDT插件后,eclipse就可以编译运行C、C++系统。
安装CDT的步骤:
1、 安装eclipse
2、启动eclipse,点击Help菜单
3、选择Install new software菜单项
4、点击Work with:all available sites
5、搜索cdt,选择其中一款cdt,例如:cdt for Visual C++ support
6、点击确定即可

回答2:

在window->proferences的设置对 project不起作用
需要在 project-> properties 中对 c/c++ make project 的 binary parse 进行设置到 win 下。