Turbo C: Difference between revisions
No edit summary |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Software | |||
Turbo C is an integrated entry level [[C]] programming environment for [[DOS]] originally introduced by [[Borland]] in 1987. | |Picture=Turbocmanual.jpg | ||
|Name=Turbo C | |||
|Version=2.01 (1989) | |||
|Vendor=[[Borland]] | |||
|Licence=Commercial | |||
}} | |||
'''Turbo C''' is an integrated entry level [[C]] programming environment for [[DOS]] originally introduced by [[Borland]] in 1987. | |||
==History== | ==History== | ||
Turbo C as it was shipped in 1987 was basically a re-release of the | Turbo C as it was shipped in 1987 was basically a re-release of the [[Wizard C]] compiler minus the LINT package but with the Borland frontend tools such as the IDE from [[Turbo Pascal]] included. The entire 1.x branch of the toolkit proved extremely problematic, the compiler in the 1.0x versions was buggy and needed further work and with the 1.5 release there was a replacement library that was not only full of errors but inconsistent as well. It was not until the 2.01 release which had been largely rewritten from scratch that the tool becomes a worthwhile development tool. | ||
Apart from the technical issues, Turbo C became a watershed in Borland history as it caused founder | Apart from the technical issues, Turbo C became a watershed in Borland history as it caused founder Niels Jensen to leave the company and found [[Jensen and Partners International]]. | ||
Note that the product was replaced in 1990 with [[Turbo C++]] 1.0 product which is basically Turbo C v3 with the [[TauMetric]] C++ preprocessor added on. | Note that the product was replaced in 1990 with [[Turbo C++]] 1.0 product which is basically Turbo C v3 with the [[TauMetric]] C++ preprocessor added on. | ||
Turbo C for [[Atari ST]] was developed by Softdesign (Pure Software) from Munich. In July 1991 Borland transferred the rights back to them, so later versions were released under the name ''Pure C''. | Turbo C for [[Atari ST]] was developed by Softdesign (Pure Software) from Munich. In July 1991 Borland transferred the rights back to them, so later versions were released under the name ''Pure C''. | ||
==Features== | |||
Utilities: | |||
* Make facility | |||
* Turbo Link (TLINK) | |||
Documentation: | |||
* ''Turbo C User's Guide'' | |||
* ''Turbo C Reference Guide'' | |||
== Versions == | == Versions == | ||
* | * 1.0 (May 1987) | ||
* | * 1.5 (Jan 1988) | ||
* | * 2.0 (Nov 1988) - Professional edition includes [[Turbo Assembler]] and [[Turbo Debugger]]. | ||
* | * 2.01 (May 1989) | ||
* | |||
* Turbo C for Atari ST 2.0 (1990) | |||
== Publications == | == Publications == | ||
* Herbert Schildt: ''Using Turbo C'' - Osborne/McGraw-Hill 1987, ISBN 0-07-881279-8 | * Herbert Schildt: ''Using Turbo C'' - Osborne/McGraw-Hill 1987, ISBN 0-07-881279-8 | ||
* Herbert Schildt: ''Advanced Turbo C'' - Osborne/McGraw-Hill 1987, ISBN 0-07-881280-1 | * Herbert Schildt: ''Advanced Turbo C'' - Osborne/McGraw-Hill 1987, ISBN 0-07-881280-1 | ||
* Herbert Schildt: ''Advanced Turbo C, Second Edition'' - Osborne McGraw-Hill 1988, ISBN 0-07-881479-0 | |||
* [[Kris A. Jamsa]]: ''Turbo C Programmers Library'' – Osborne/McGraw-Hill 1988, ISBN 0-07-881394-8 | * [[Kris A. Jamsa]]: ''Turbo C Programmers Library'' – Osborne/McGraw-Hill 1988, ISBN 0-07-881394-8 | ||
* Stephen R. Davis: ''Turbo C: The Art of Advanced Program Design, Optimization, and Debugging'' - M & T Books 1988, ISBN 0-934375-38-0 | |||
* Kent Porter: ''Stretching Turbo C'' - Brady 1989, ISBN 0-13-852781-4 | |||
* Nabajyoti Barkakati: ''Waite Group's Turbo C Bible'' - Sams 1988, ISBN 0-672-22631-6 | * Nabajyoti Barkakati: ''Waite Group's Turbo C Bible'' - Sams 1988, ISBN 0-672-22631-6 | ||
*Chao C. Chien: ''Programmer's Guide to Turbo C 2.0'' - Bantam 1989, ISBN 0-553-34757-8 | *Chao C. Chien: ''Programmer's Guide to Turbo C 2.0'' - Bantam 1989, ISBN 0-553-34757-8 | ||
Line 28: | Line 46: | ||
== Links == | == Links == | ||
* [http://edn.embarcadero.com/museum/antiquesoftware Antique Software] | * [http://edn.embarcadero.com/museum/antiquesoftware Antique Software] | ||
[[Category:C Development Environment]] | [[Category:C Development Environment]] |
Latest revision as of 03:21, 26 May 2022
Turbo C | |
---|---|
![]() | |
Name | Turbo C |
Version | 2.01 (1989) |
Vendor | Borland |
Author | |
Licence | Commercial |
WWW |
Turbo C is an integrated entry level C programming environment for DOS originally introduced by Borland in 1987.
History
Turbo C as it was shipped in 1987 was basically a re-release of the Wizard C compiler minus the LINT package but with the Borland frontend tools such as the IDE from Turbo Pascal included. The entire 1.x branch of the toolkit proved extremely problematic, the compiler in the 1.0x versions was buggy and needed further work and with the 1.5 release there was a replacement library that was not only full of errors but inconsistent as well. It was not until the 2.01 release which had been largely rewritten from scratch that the tool becomes a worthwhile development tool.
Apart from the technical issues, Turbo C became a watershed in Borland history as it caused founder Niels Jensen to leave the company and found Jensen and Partners International.
Note that the product was replaced in 1990 with Turbo C++ 1.0 product which is basically Turbo C v3 with the TauMetric C++ preprocessor added on.
Turbo C for Atari ST was developed by Softdesign (Pure Software) from Munich. In July 1991 Borland transferred the rights back to them, so later versions were released under the name Pure C.
Features
Utilities:
- Make facility
- Turbo Link (TLINK)
Documentation:
- Turbo C User's Guide
- Turbo C Reference Guide
Versions
- 1.0 (May 1987)
- 1.5 (Jan 1988)
- 2.0 (Nov 1988) - Professional edition includes Turbo Assembler and Turbo Debugger.
- 2.01 (May 1989)
- Turbo C for Atari ST 2.0 (1990)
Publications
- Herbert Schildt: Using Turbo C - Osborne/McGraw-Hill 1987, ISBN 0-07-881279-8
- Herbert Schildt: Advanced Turbo C - Osborne/McGraw-Hill 1987, ISBN 0-07-881280-1
- Herbert Schildt: Advanced Turbo C, Second Edition - Osborne McGraw-Hill 1988, ISBN 0-07-881479-0
- Kris A. Jamsa: Turbo C Programmers Library – Osborne/McGraw-Hill 1988, ISBN 0-07-881394-8
- Stephen R. Davis: Turbo C: The Art of Advanced Program Design, Optimization, and Debugging - M & T Books 1988, ISBN 0-934375-38-0
- Kent Porter: Stretching Turbo C - Brady 1989, ISBN 0-13-852781-4
- Nabajyoti Barkakati: Waite Group's Turbo C Bible - Sams 1988, ISBN 0-672-22631-6
- Chao C. Chien: Programmer's Guide to Turbo C 2.0 - Bantam 1989, ISBN 0-553-34757-8
- Ben Ezzell: Graphics Programming in Turbo C 2.0 - Addison-Wesley 1989, ISBN 0-201-19443-0