Ubuntu – C programing suites/IDEs

ideprogramming

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…)

Best Answer

codeblocks Install X

sudo apt-get install codeblocks

alt text

Wikipedia: Code:Blocks

Related Question