Turbo C
Turbo C is a discontinued integrated development environment and compiler for the C programming language from Borland. First introduced in 1987, it was noted for its integrated development environment, small size, fast compile speed, comprehensive manuals and low price.
In May 1990, Borland replaced Turbo C with Turbo C++. In 2006, Borland reintroduced the Turbo moniker.
Early history
In the early 1980s, Borland enjoyed considerable success with their Turbo Pascal product and it became a popular choice when developing applications for the PC. Borland followed up that success by releasing Turbo Prolog, and in 1987, Turbo Basic and Turbo C. Turbo C has similar properties to Turbo Pascal: an integrated development environment, a fast compiler, a good editor, and a competitive price.Turbo C competed with other professional programming tools, such as Microsoft C, Watcom C, and Lattice C, while Turbo Pascal was successful with hobbyists and schools as well as professional programmers.
Version history
Version 1.0 offered the first integrated development environment for C on IBM PCs. Like many Borland products of the time, the software was bought from another company, and branded with the "Turbo" name. It ran in of memory. It allowed inline assembly with full access to C symbolic names and structures, supported all memory models, and offered optimizations for speed, size, constant folding, and jump elimination.Version 1.5 was an incremental improvement over version 1.0. It included more sample programs, improved manuals and bug fixes. It was shipped on five 360 KB diskettes of uncompressed files, and came with sample C programs, including a stripped down spreadsheet called mcalc. This version introduced the
Version 2.0 featured the first "blue screen" version, which would be typical of all future Borland releases for MS-DOS. It was also available bundled with Turbo Assembler and Turbo Debugger. Turbo C 2.0 was also released for the Atari ST; the program was not maintained by Borland, but sold and renamed PureC. This version introduced the
With the release of Turbo C++ 1.0, the two products were folded into one and the name "Turbo C" was discontinued. The C++ compiler was developed under contract by a company in San Diego, and was one of the first "true" compilers for C++.