可以的。安装Eclipse CDT插件可以变成一功能齐全的C/C++开发工具。
安装步骤:
1、启动Eclipse, 打开“Help”->”Install New Software” 菜单。
2、点击 “Add”按钮去添加一个新的资源地址。填写插件资源名称,以及插件地址URL
可到http://www.eclipse.org/cdt/downloads.php下载对应版本
Eclipse 4.3 (Kepler): http://download.eclipse.org/tools/cdt/releases/kepler
Eclipse 4.2 (Juno): http://download.eclipse.org/tools/cdt/releases/juno
Eclipse 3.7 (Indigo): http://download.eclipse.org/tools/cdt/releases/indigo
Eclipse 3.6 (Helios): http://download.eclipse.org/tools/cdt/releases/helios
Eclipse 3.5 (Galileo) http://download.eclipse.org/tools/cdt/releases/galileo
3、选中 “CDT Main Features” 和 “CDT Optional Features”,然后点击“Next”按钮。
4、install C/C++ development tools on Eclipse.
5、安装完成后重启Eclispe 验证 CDT是否安装成功,前往 “Help”->”About Eclipse”菜单。 查看Eclipse CDT的icon图标是否在列表中显示
可以安装插件的。
Eclipse IDE for C/C++ Developers就是Eclipse的base加上了C/C++的插件。
如果要加Java的插件就可以到Software Update中去找JDT。
Eclipse Classic 中有如下的插件:
JDT
Eclipse Development
Javadoc
等
然而c++中就有c++了