PDA

View Full Version : [SOLVED] C++ Ide


gr4nf
June 14th, 2008, 11:25 PM
Can anyone recommend a good C++ IDE for Ubuntu? I have Anjuta, but i fell it's lacking in many aspects, especially tab-ing. Other ideas?

ibutho
June 14th, 2008, 11:50 PM
Codeblocks is good and so is geany.

Can+~
June 14th, 2008, 11:55 PM
http://ubuntuforums.org/showthread.php?t=752224

LaRoza
June 15th, 2008, 12:33 AM
http://ubuntuforums.org/showthread.php?t=752224

Moved as promised.

bufsabre666
June 15th, 2008, 12:48 AM
straight coding i just use a text editor, vim is very nice, but i do use an IDE alot as well, and i love eclipse cause i had 3 different programming languages last semester and eclipse supports all of them, on top of the c++ and python which i already have a good grasp on

edit: also most of the extra libraries youll ever need are in the synaptic so its very nice

edit2: one of my friends just rememinded me of anjuta which is also very nice, it was what my old c++ teacher used for our class, it has alot of good features as well, but i still love eclipse

maximinus_uk
June 15th, 2008, 10:31 AM
Nowadays I use Emacs but I think most people will have more immediate fun with KDevelop. Eclipse is also pretty good. Never used Ajunta.

Le-Froid
June 15th, 2008, 10:55 AM
I would recommend using Code::Blocks or Eclipse :)

gr4nf
June 15th, 2008, 07:09 PM
I just got eclipse, as suggested, and enjoy it immensely. Thank you all.

Pawka
June 16th, 2008, 06:13 AM
I'm using NetBeans with C++ support. As said in official site: Full-featured C/C++ editor, debugger, project templates, and support for multiple project configurations. You should try.