What's the best IDE for developing C / C++ on Ubuntu? I tried installing Eclipse but it seems like I need the eclipse-cdt package also. The problem is there is no such package, at least for Lucid. How do I proceed? I am not tied to Eclipse.
|
|
I'm a pretty hard-core Emacs user but still, for developing C++ I prefer Qt-Creator (don't be afraid because of the name, it works well for non-QT-projects) as Emacs lacks good project support and stable code completion The pros:
|
|||
|
|
|
The two most common suggestions you will hear are vim and emacs. Both are good programmable text-editors that are used by many developers. I am an occasional, amature programmer and an emacs user so here are some of the pros of using emacs:
This is really just scratching the surface of what you can do from inside emacs. The downside includes the learning curve, the amount of configuration that most people find necessary to do, and, depending on your hands, the key combinations. The nice thing is that the key combinations can be made a bit better by remapping CTRL and that once you have your basic emacs configuration you will likely only need the occasional modification. Here are some good resources if you are interested in getting into emacs:
|
||||
|
|
|
In addition to mentioned by others I would advice to look at:
|
|||||||
|
|
Eclipse is a good choice, because one IDE to many language. In addition you can install vim plugin, etc. How to install c/c++: Menu: Help->Install New Software->Add http://download.eclipse.org/tools/cdt/releases/galileo In addition, you should see: http://www.eclipse.org/linuxtools/downloads.php |
||||
|
|
|
|
|||
|
|