answersLogoWhite

0

How many compiler in c plus plus?

Updated: 8/11/2023
User Avatar

Wiki User

10y ago

Best Answer

They are completely unrelated. Java was designed as an attempt to improve C++, and C# was designed as an attempt to improve Java, so they have many things in common. They are not, however, the same language.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

There's only one version, the current standard, known as ISO/IEC 14882:2011 (also known more simply as C++11).

There are many implementations of the standard, including the three most common implementations, gcc, VC++ and Embarcadero C++Builder. However, not all implementations fully support the standard. VC++ in particular has never fully supported any standard.

The next standard is expected to be C++14, followed by C++17. The digits represent the last two digits of the year the standard is expected to be released.

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

If we exclude different versions of the same compiler then there are at least 10 popular implementations that I know of: Clang, GCC, DMC++, Sun/Oracle C++, Embarcadero C++ Builder, IBM XLC++, MSVC++, Intel C++, EDG eccp, HP aCC.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

There are no versions of the language as such, only standards which implementers should adhere to. The current standard is ISO/IEC 14882:2011. There are many implementations of the standard, including GCC, Microsoft Visual C++, C++ Builder, Sun Studio, Comeau C/C++ and Intel C++ Compiler, amongst others.

Despite the standard, Microsoft, for one, has never fully supported any standard, including the ones they themselves helped to establish!

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

That depends how far back you want to go. C++ began development in 1979 but was called C with Classes. It was renamed C++ in 1983 so, strictly speaking, it is only 29 years old (as of 2012) but it is in fact 33 years old. It's origins can be traced back much farther, however, as it borrows concepts from many OOP languages in order to extend the capabilities of C.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

There are no versions of C++ as such, only standards and implementations. The current stable release of ANSI C++ is ISO/IEC 14882:2011 (2011). However there are many implementations of this release, each with their own versions. For instance, Microsoft Visual C++ 2012, also known as Microsoft Visual C++ 11.0, is the latest version of Microsoft's implementation. The Gnu Compiler Collection (gcc) is currently at version 4.7.2 while Embarcadero Technologies C++ Builder XE3 is the latest version of what was originally known as Borland Turbo C++. It should be noted that Microsoft's implementation, as with all its previous versions, is not fully compliant with the standard.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

As of today, 15th July 2012, the current version of the C++ standard is ISO/IEC 14882:2011 (2011).

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

ISO/IEC 14882

as of 18-March-2011

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many compiler in c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

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


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?


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.


How do you get to the g plus plus compiler once it is installed on ubuntu?

The C++ compiler is invoked with g++, however on many systems it is installed as c++. Consult the documentation for information on the command line options.


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.


What is a good C plus plus compiler for mac?

Xcode and Eclipse.


How do you get the c plus plus standard library on your compiler?

platform-dependent