answersLogoWhite

0


Best Answer

When Bjarne Stroustrup developed the first version of C++ in 1979 (which was originally called 'C with Classes'), his custom-built compiler did nothing more than convert his C++ source code into C-compliant code which could then subsequently be compiled by the standard C compiler to produce the required object files. Nowadays, the C++ compiler handles everything itself, but does more or less the same job, with the addition of specialised optimisation routines to produce object files efficiently, without the need to convert to an intermediate C source.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the similarity between c and c plus plus compiler?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.


Which compiler is used for writing c plus plus exception handling programs?

C++ compiler, obviously, a C compiler won't do.


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.


With the aid of a diagram illustrate how the c plus plus compiler works?

With the aid of a diagram,illustrate how the c plus plus compiler works?


How does a compiler interpret the difference between c and c plus plus?

from the extension of your file.If it has an extension of .cpp then it is a c++ programIf it's extension is .c, then it is a C program.


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.


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.


Can you use c plus plus in windosh vista?

Only if you have a C++ compiler.


What is tlink in c plus plus compiler?

TLINK is the Turbo C++ linker utility. You use it to link the object files created by the Turbo C++ compiler.


How do you build c plus plus compiler to java?

Not possible.


How do you run c or c plus plus in windows 7?

You should install a C or C++ compiler first.


How do we add the C plus plus category in Netbeans?

To use C++ in Netbeans you will need a C++ compiler.