[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppVcl » Edge detection » HistogramEqualization » 486 » CppBuilderDragForm » Edit » VisualCSharpHelloWorldWindowsWpf » Assembler » WhatLinksHere » Calculating and Validating NMEA Checksums » TurboCpp
Displaying differences between revision 5 and revision 6
== Turbo C++ IDE ==
Turbo C++ is a Borland C++ compiler with an integrated IDE. It was a part of Borland's highly popular family of compilers including Turbo Pascal, Turbo Basic, Turbo Prolog and Turbo C. Turbo C++ was a successor of Turbo C, expanding the compiler similarly to how Turbo Pascal 5.5 added object functionality to the earlier Turbo Pascal versions. Unlike Turbo Pascal, however, Turbo C++ always adhered to then-current C++ language standards.
Turbo C++ 3.0 was released in 1992, and came in amidst expectations of the coming release of Microsoft Windows 3.1. Turbo C++ v3.0 first came as an MS-DOS compiler, supporting C++ templates, generation of DOS & protected mode executables, as well as generation of code targeting specific legacy CPUs, such as Intel 80186.
Turbo C++ brand was succeeded by the more robust Borland C++, the latter losing Turbo's main success features, such as speed and highly-convenient IDE, while adding up-to-date ANSI/ISO C++ conformance and more Windows programming functionalities.
Borland C++ existed simultaneously with the RAD tool Borland C++ Builder for a while, until the latter took over completely, when RAD tools became more and more popular.
==== The Turbo C++ 3.0 [italic]vs[/italic] Borland C++ 5.5 ====
* [b]Support for exception handling[/b]
Turbo C++ does not have support for exception handling like the borland c++ counterpart. Most of the support for this feature came in the year 1995 with the release of Borland C++ 5.5.
* [b]Standard Template Libraries[/b]
These are a cross platform collection of classes and functions that make c++ programming much easier are absent in the turbo c++ IDE as they have been included in the later versions of the compiler.
[b]Miscellaneous links:[/b][br]
A hello world program in Turbo C++
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppVcl » Edge detection » HistogramEqualization » 486 » CppBuilderDragForm » Edit » VisualCSharpHelloWorldWindowsWpf » Assembler » WhatLinksHere » Calculating and Validating NMEA Checksums » TurboCpp
Displaying differences between revision 5 and revision 6
== Turbo C++ IDE ==
Turbo C++ is a Borland C++ compiler with an integrated IDE. It was a part of Borland's highly popular family of compilers including Turbo Pascal, Turbo Basic, Turbo Prolog and Turbo C. Turbo C++ was a successor of Turbo C, expanding the compiler similarly to how Turbo Pascal 5.5 added object functionality to the earlier Turbo Pascal versions. Unlike Turbo Pascal, however, Turbo C++ always adhered to then-current C++ language standards.
Turbo C++ 3.0 was released in 1992, and came in amidst expectations of the coming release of Microsoft Windows 3.1. Turbo C++ v3.0 first came as an MS-DOS compiler, supporting C++ templates, generation of DOS & protected mode executables, as well as generation of code targeting specific legacy CPUs, such as Intel 80186.
Turbo C++ brand was succeeded by the more robust Borland C++, the latter losing Turbo's main success features, such as speed and highly-convenient IDE, while adding up-to-date ANSI/ISO C++ conformance and more Windows programming functionalities.
Borland C++ existed simultaneously with the RAD tool Borland C++ Builder for a while, until the latter took over completely, when RAD tools became more and more popular.
===
* [b]Support for exception handling[/b]
Turbo C++ does not have support for exception handling like the borland c++ counterpart. Most of the support for this feature came in the year 1995 with the release of Borland C++ 5.5.
* [b]Standard Template Libraries[/b]
These are a cross platform collection of classes and functions that make c++ programming much easier are absent in the turbo c++ IDE as they have been included in the later versions of the compiler.
[b]Miscellaneous links:[/b][br]
A hello world program in Turbo C++
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
