vote up 25 vote down star
27

I'm currently in the process of expanding my programming horizons to Linux. In order to do that, it is important to have a good basic toolset on which you can rely on. and what is more basic then the IDE in which you write your code? (honestly, you don't want to code in Notepad; been there done that).

There are two other questions/answers I could find here at Stack Overflow that are somewhat related:

But I'm not really looking for a lightweight IDE and if it is really worth the money I will pay for it, so it doesn't need to be free as well.

So my question is: what is a good IDE available in Linux to use as a programming platform for writing C++ code?

The minimum should be like any other good IDE: syntax highlighting, code completion (like intellisense or its Eclipse counterpart) and integrated debugging (basic breakpoints are good).

I already have searched for it myself, but there is so much to choose from that it is almost impossible to separate the good from the bads by hand, especially for someone like me without any C++ coding experience in Linux. However I do know that Eclipse supports C++, and I really like that IDE for Java, but is it any good for C++ and won't I miss out on something that is even better?

The second post actually has some good suggestions, but what I am missing is what exactly makes the sugested IDE so good for the user, what are its advantages/disadvantages?

Maybe my question should therefore be: what IDE do you propose given your own experience with it?, and why that one?. Convince me.

flag
show 2 more comments

31 Answers

prev 1 2
vote up 0 vote down

why wouldn't you also use it for C++? CDT meets every requirement you've mentioned.

I didn't use eclipse at first because I wasn't sure that it was equally good at giving me the means of developing in C++ (efficiently). Besides that, I was also convinced that there had to be better, more specialized tools available for c++ development in Linux:

and I really like that [eclipse] IDE for java, but is it any good for c++ and won't I miss out on something that is even better?

I honestly believe that, although some tools (like eclipse) are great at many things, it is best to look for other options as well (and I don't mean that for IDE's only, but in general and even in real life)...
Like in this case, vim is really great, and I would have missed out on it if I sticked to something I already knew.

link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.