tags:

views:

207

answers:

2

I'm figuring out that there's two ways of writing C++ in Eclipse: either download the Eclipse IDE for C/C++ Developers or download the regular Eclipse for java and add the CDT plugin. What is the difference between these two? (Note that I'm already exstensively using Eclipse for Java) Thank you

+4  A: 

The C++ tools end up the same so depends if you use Eclipse for other things.

If for other things then I would start with the more complex setup e.g. if you do Java J2EE I would download the Eclipse J2EE then add the C++ tools

If just C++ start with the Eclipse C++

I also found using the Yoxos/Eclipse Source packaging easier to download extra packages. (unless you need the absolute latest patch)

edit: Sorry I did not read the question fully I have given the general answer. However as you have eclipse working and setup already and if you are happy then just download the C++ plugins. Note I have a separate workspace for java and C++ helps as you will want different perpecives etc and also cuts down on the projects in the explore rs/

Mark
Andrew Niefer
Also, the spellchecker doesn't work unless the Java Development tools are also installed or you fix it (http://stackoverflow.com/questions/48390/eclipse-spelling-engine-does-not-exist)
Nick Meyer
+1  A: 

Or use EasyEclipse for C/C++ and get a few other useful tools pre-integrated too.

Clifford
EasyEclipse for C/C++ is a bit dated. The official Eclipse version should be used instead.
Cristian Adam