I'm currently in the process of expanding my programming
horizons to linuxLinux. 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 notepadNotepad; been there
done that).
there
There are two other questions/answers I could find here at stackoverflow Stack Overflow that are somewhat related:
but
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 Linux to use as a programming platform for writing c++ C++ code?
The minimum should be like any other good IDE: syntax highlighting, code completion (like intellisense or its eclipse Eclipse counterpart) and integrated debugging (basic breakpoints are good)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++ C++ coding experience in linuxLinux. However I do know that eclipse Eclipse supports c++C++, and I really like that IDE for javaJava, but is it any good for c++ C++ and won't I miss out on something that is even better?
the
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
Maybe my question should therefore be: what IDE do you propose given your own experience with it?, and why that one?. .. convince Convince me.
