Using C ++ with Eclipse

I find out that there are two ways to write 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 the two? (Note that I already use Eclipse for Java) Thanks

+5
source share
2 answers

C ++ tools ultimately also depend on using Eclipse for other things.

If for other things, then I would start with a more complex setup, for example. if you use Java J2EE, I would download Eclipse J2EE , then add C ++ tools

If only C ++ starts with Eclipse C ++

Yoxos/Eclipse Source . ( )

: , , . , eclipse , , ++. . java ++, perpecives .., Explos rs/

+6
+1

All Articles