C programing suites/IDEs [duplicate]

Possible Duplicate:
What IDEs are available for Ubuntu?

I know that asking for something like Visual Studio is too much but something that will let me write, debug and compile in a GUI instead of the command line is good enough for me. (Not that I'm lazy, but I don't have time to learn the necessary commands...)


codeblocks Install X

sudo apt-get install codeblocks

alt text

Wikipedia: Code:Blocks


Eclipse Install eclipse

Eclipse with Eclipse IDE for C/C++ Developers.

Some useful installation instructions here on Ubuntu Geek and here on Tech Guru Live

alt text


Geany geany

is a text editor using the GTK2 toolkit with basic features of an integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It supports many filetypes and has some nice features.

alt text