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.
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++.
With the aid of a diagram,illustrate how the c plus plus compiler works?
They are different languages, each of them requires its own compiler.
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.
TLINK is the Turbo C++ linker utility. You use it to link the object files created by the Turbo C++ compiler.
platform-dependent
C++ compiler, obviously, a C compiler won't do.
With the aid of a diagram,illustrate how the c plus plus compiler works?
They are different languages, each of them requires its own compiler.
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.
TLINK is the Turbo C++ linker utility. You use it to link the object files created by the Turbo C++ compiler.
Only if you have a C++ compiler.
Not possible.
You should install a C or C++ compiler first.
To use C++ in Netbeans you will need a C++ compiler.
Xcode and Eclipse.
platform-dependent
turbo c is a compiler and c++ is a programming language.