answersLogoWhite

0

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

11y ago

Still curious? Ask our experts.

Chat with our AI personalities

LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
More answers

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.

User Avatar

Wiki User

12y ago
User Avatar

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++.

User Avatar

Wiki User

9y ago
User Avatar

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

User Avatar

Wiki User

17y ago
User Avatar

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

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

User Avatar

Wiki User

15y ago
User Avatar

.c

User Avatar

Wiki User

12y ago
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