d********e 发帖数: 132 | 1 用 Eclipse 开发C++ 程序,除了CDT插件外,是不是还需要下载专门的C++编译器? |
m*****k 发帖数: 1864 | |
c***k 发帖数: 1589 | 3 什么平台?WINDOWS是的,或者2年前我用的时候是的。 |
g****y 发帖数: 436 | 4 用G++,但是劝你别用Eclipse,我用过,痛苦万分。Linux下除外。
【在 d********e 的大作中提到】 : 用 Eclipse 开发C++ 程序,除了CDT插件外,是不是还需要下载专门的C++编译器?
|
b*********y 发帖数: 135 | 5 也可以用Cygwin 或者MinGW的compiler. |
s********v 发帖数: 288 | 6 那个就是gcc/g++
【在 b*********y 的大作中提到】 : 也可以用Cygwin 或者MinGW的compiler.
|
m******1 发帖数: 418 | 7 能否介绍一个比较好的IDE platform for Ubuntu?
CodeBlocks, Kdevelop 或者是其它的?多谢。
【在 g****y 的大作中提到】 : 用G++,但是劝你别用Eclipse,我用过,痛苦万分。Linux下除外。
|
M**u 发帖数: 10158 | 8 Kdevelop太烂
我觉得Eclipse就挺好的
【在 m******1 的大作中提到】 : 能否介绍一个比较好的IDE platform for Ubuntu? : CodeBlocks, Kdevelop 或者是其它的?多谢。
|
b******n 发帖数: 592 | 9 Eclipse是很不错的了。我最怀念的功能是自动保存本地历史,这样即使没有在version
control上保存也能够找到以前的版本。不知道vim有没有这样的插件
【在 M**u 的大作中提到】 : Kdevelop太烂 : 我觉得Eclipse就挺好的
|
q*********u 发帖数: 280 | 10 最近用win 7下的eclipse的c/c++版本,合了mingw和cgwin, 外加POSIX的线程支持,
测了挺多东西,应该是linux下的很多系统调用, 比如进程, 读写, socket这三样有
明显不同,在win下要用win的套路来。
其它倒是很不错, 很方便的, 如果在linux下用eclipse的话,上面这些问题应该就没
有了。
用 Eclipse 开发C++ 程序,除了CDT插件外,是不是还需要下载专门的C++编译器?
【在 d********e 的大作中提到】 : 用 Eclipse 开发C++ 程序,除了CDT插件外,是不是还需要下载专门的C++编译器?
|
|
|
d********e 发帖数: 132 | 11 是不是说下载CDT就可以了?
【在 m*****k 的大作中提到】 : 似乎Plugin内置了?
|
d****p 发帖数: 685 | 12 Haven't used Eclipse for C++ yet but it is really awesome in term of code
refactoring. Other IDE I used, such as Xcode or Visual Studio, are no way
near its half. |
l******e 发帖数: 12192 | 13 跟visual assist x和code rush比差距很大,对于c++而言
【在 d****p 的大作中提到】 : Haven't used Eclipse for C++ yet but it is really awesome in term of code : refactoring. Other IDE I used, such as Xcode or Visual Studio, are no way : near its half.
|
d****p 发帖数: 685 | 14 They are not free, unfortunately :-(
【在 l******e 的大作中提到】 : 跟visual assist x和code rush比差距很大,对于c++而言
|
m******1 发帖数: 418 | 15 建议使用最新版本 Code:blocks 10.05,感觉很好。 |
l******e 发帖数: 12192 | 16 公司这钱都舍不得,也太土了
【在 d****p 的大作中提到】 : They are not free, unfortunately :-(
|