What is the best IDE program for C ++ or Mono under Ubuntu?

As the title says: what is your choice IDE for programming C ++ or Mono under Ubuntu? Is Eclipse a viable way? Is MonoDevelop mature enough? What about other IDEs?

+5
source share
14 answers

As for C #, you really have no choice, MonoDevelop is the way to go, and in my little experience with it, it is good enough (most of my C # work was done in VS2005).

As for C ++, I had success using Netbeans (6.5 + 6.7beta) to edit and create an old obsolete application that uses handmade Make files and many other scary things that you won't find in any recent project on C ++. In our case, there were few hands that needed to be done when setting up (creating a project, then manually adding switching paths and what not), but after that it worked almost flawlessly. Code completion worked just fine even when using different levels of template usage, although in one case it had problems (some automatically generated code from Liquid XML 4).

Java Eclipse - , , Netbeans - , , groovy, php, ruby ​​ python, .

+8

CodeLite ++, Code:: Blocks, . .

+4

EMACS .

+4

Mono, ++ Code:: Blocks. Ubuntu, , Ubuntu.

+3

NetBeans IDE ++. : ++, . .

+3

KDevelop C/++.

# MonoDevelop, , . SharpDevelop Wine.

+2

eclipse ++ ubuntu . , (, - ), ++ .

+2

Eclipse .

+1

Eclipse Java, C/++ PHP. Code:: Blocks, , Code:: Blocks make ( cbmakefile, ). NetBeans - , , , NetBeans Eclispe.

Mono, , MonoDevelop

+1

, , MonoDevelop #. ++, . , ++/CLR ( Mono ++/CLR).

++ emacs. ++ - , IDE.

+1

, qtcreator.

0

++ QtCreator, 1.1 . .

0

NetBeans 6.5 C/++. SharpDevelop .

, Ubuntu.

0

I used to use Code :: blocks before, but now I think I'm going to enter the code, I think it's pretty amazing. Eclipse is pretty heavy and seems to be for Java only. Kdev is nice too, but I never used it as a dev. platforms.

0
source

All Articles