PDA

View Full Version : Linux C++ Ides?


Jim6
08-04-2005, 12:19 AM
I'm just after making the big move*, but haven't found myself an IDE I like yet - does anyone have suggestions as to a good IDE for programming c++?








*To Gentoo, in case you were wondering

Marek
08-04-2005, 06:49 AM
Dev-C++ (http://www.bloodshed.net/devcpp.html)

By Bloodshed software...
Using the MinGW (http://www.mingw.org/) Compiler...

Its not perfect, but hey its free...

Its the IDE used by UNISA (University of South Africa) for teaching C++... :ok:

Reup
08-04-2005, 07:52 AM
Eclipse CDT (http://www.eclipse.org/cdt/)

If it's anything like the Java version, this is bound to be great! I love Eclipse! And maybe you could use KDevelop (if KDE is your thing).

I've used Dev-c++ a while back under windows and it worked like a charm!

Kon-Tiki
08-04-2005, 07:58 AM
I still can't compile with Eclipse >_> I don't recommend that one. Dev-C++'s way better.

Data
08-04-2005, 09:07 AM
anjuta
http://anjuta.sf.net

Reup
08-04-2005, 10:02 AM
Isn't that still in Alpha stages? Looks good though, but both Dev-C++ and Eclipse have more development behind them..

Data
08-04-2005, 10:21 AM
anjuta works really well.
I use it for quite large projects.

Jim6
08-04-2005, 12:18 PM
I already use Dev in Windows - it's grand, but it's missing a feature I'd really like; the ability to shrink functions when you don't want to look at them. KWrite had this, but the only way to get it would to install all of KDE(!). I'll try some of those others though.

Data
08-04-2005, 12:29 PM
anjuta has it.
it doesn't remember them through restarts though

Jim6
08-04-2005, 03:45 PM
Cool. I'll try it.


I totally agree about lynx btw!

MdaG
18-04-2005, 09:42 PM
I also use Anjuta, it's great.

Jim6
07-05-2005, 05:53 PM
From the brief test I just gave it, it deems to do everything I want. Cool, thanks!

However, it has raised question in my mind: It has options to "compile" and to "build", where only building will provide an executable. I always though that that was what compiling did - what's the difference?

Data
07-05-2005, 09:41 PM
compile makes the .o file
handy if you want to see if it still compiles without compiling all other out of date targets. Build usually involves linking while compile doesn't

Jim6
10-05-2005, 12:46 AM
Ah right - thanks!

Well, so far Anjuta's serving me well; now for a post about music players!