PDA

View Full Version : What is the best IDE for C++



siu02rk
March 12th, 2007, 08:37 PM
I am totally new to linux and Ubuntu. I am looking for something similar to Visual Studio if that is possible! I would like a good IDE where it is simple to compile the program.

Thanks in advance.

lnostdal
March 12th, 2007, 09:07 PM
Try KDevelop, or if you're feeling brave you can try Emacs (see my signature).

edit:
to install kdevelop just do:


sudo aptitude install kdevelop

Wybiral
March 12th, 2007, 09:10 PM
I used to like Code::Blocks back in the Windows days... I've read that it's available for Linux so you might want to look into it.

There's also always Anjuta but a lot of people seem to have problems with it.

hod139
March 12th, 2007, 10:08 PM
+1 code blocks, but make sure you use a nightly build (http://forums.codeblocks.org/index.php?board=20.0).

theDentist
March 12th, 2007, 10:53 PM
I use Anjuta, I've only managed to program GUI apps in C, I don't seem to get the C++ to work outside console apps. Anyone any idea how to use Anjuta's full potential in C++?