|  Topic awaiting preservation: A good C/C++ IDE for Linux  | |
|---|---|
| Author | Thread | 
| Bipolar (III) Inmate From:  |  posted 10-19-2007 19:43 Mumblemumble. | 
| Maniac (V) Mad Scientist with Finglongers From: Germany |  posted 10-19-2007 21:09 Haven't tried it personally,  | 
| Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |  posted 10-19-2007 22:32 I seem to remember I loved DevC++ on windows, but now I do most of my code on Geany on Ubuntu (it's in the repos).  It's small and lightweight, but very simple.  I'm not sure that it has projects at all, but since I like to write my own makefiles, I don't care.  It instantly ties into gcc, g++, and the like , so you only have to write some code and hit F8 + F5.  It has  a sidebar with the classes, functions, variables, included files, etc and a box on the bottom with the compilation messages/a terminal.  Pretty standard stuff... | 
| Paranoid (IV) Inmate From: Florida |  posted 10-20-2007 04:37 Also Anjuta for GNOME. | 
| Paranoid (IV) Inmate From: Madison, Indiana |  posted 10-20-2007 18:40 I have only used it briefly, but, I understand that Visual Slick Edit is  the program that VisualC gets most (if not all) of it features from. And, I beleive it is a cross platform IDE. | 
| Bipolar (III) Inmate From:  |  posted 10-21-2007 15:00 Sounds good people, thanks a bunch. Eclipse for C is awful, period. | 
| Maniac (V) Inmate From: there...no..there..... |  posted 10-21-2007 19:44 I'm learning a bit of C++ ATM and am just using Kate.  It has the terminal window built in so I can run the programs. |