Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using C++ with Eclipse

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

like image 428
H-H Avatar asked Oct 16 '09 07:10

H-H


2 Answers

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/

like image 86
mmmmmm Avatar answered Oct 31 '22 12:10

mmmmmm


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

like image 1
Clifford Avatar answered Oct 31 '22 11:10

Clifford