answersLogoWhite

0

How is Eclipse different from C plus plus?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

Eclipse is a development platform, usually used to develop Java, but it can be used to develop C++. C++, on the other hand, is a language, not a platform. As a result, the two cannot be compared correctly. Please restate the question.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is Eclipse different from C plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a good C plus plus compiler for mac?

Xcode and Eclipse.


What is the different between turbo c plus plus and unix c plus plus?

There is no such thing as 'unix C++'.


What is different of c to c plus plus and dev c?

C and C++ are both programming languages. C is of course much older than C++, but they are both very very similar, since C++ come from C. C++ is basically C but it is object oriented. Now dev c++ is an interactive development enviroment (IDE), just like Visual Studio or Eclipse, it's not a language.


Is the syntax between c and c plus plus different?

Yes


What is the different of c and c plus plus?

c is procedure oriented and c++ is object oriented & much newer.


What is the different between Compiler and Interpreter in C or C plus plus programming?

It is easy to tell: there is no interpreter for C and C++, they are compiled languages.


How C plus plus is better than C?

C++ is a language code for computer and lapatops which is used in programming but C is a grade so they are different.


What is different of c language and c plus plus?

Primarily OOP support, but there are minor syntax difference. By and large anything you can do in C you can also do in C++.


Why do you use a different extension for c and c plus plus programs?

Simply because they're different languages, C++ has a few more added components to it. If they were the same they would both be C wouldn't they?


Is g plus plus similar to c plus plus?

G++ is the Gnu compiler's extension for C++. It is not a different language. It simply allows you to use the GCC compiler to write C++ code.


Does c sharp work on c or c plus plus compilers or you need a c sharp compiler?

They are different languages, each of them requires its own compiler.


Are tools like Eclipse different languages from Java?

Eclipse is not a language. It is an Integrated Development Environment (IDE). These are tools designed to allow you to easily and quickly write, run, test, and debug code for various programming languages.There are versions of the Eclipse IDE for: Java, C/C++, and PHP.