answersLogoWhite

0


Best Answer

If you mean which is the most standards-compliant then Clang would have to come out on top, closely followed by GCC. MSVC++ is fine if all you do is program in Windows, but its lack of compliance means it is not really C++ -- it's a Microsoft-specific implementation of C++.

User Avatar

Wiki User

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

Wiki User

10y ago

Turbo C++ is the name of a now obsolete product by Borland. Turbo C++, therefore, is the name of a C++ compiler.

This particular product is obsolete and hasn't been supported for a while, even though it is available for free. Other free C++ compilers include the popular gcc (GNU C Compiler), which is available free of charge for almost every operating system and many target processors.

For C++ development on and for Windows platforms, Microsoft's Visual Studio and Visual C++ products are widely used and generally recommended.

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

There is no single answer as the term "best" is highly subjective. However, it is worth noting that all C++ compilers are very capable of compiling both C and C++ code. All C++ compilers include a command line switch to toggle C mode on or off.

For Windows programming, the four main implementations you should consider are GCC, LLVM, MSVC++ and Intel Composer. Microsoft themselves use MSVC++.

This answer is:
User Avatar

User Avatar

Wiki User

16y ago

GCC, the GUN Compiler Collection provides a good, free, C compiler for multiple platforms. You can find it at http://gcc.gnu.org.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

http://www.eclipse.org/ (good stuff)

http://bloodshed-dev-c.en.softonic.com/ DEV++ (also good)

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

.c

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the best C plus plus compiler?
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.


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


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

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