This document provides an overview and details about the Turbo C compiler from Borland. Some key points:
- Turbo C was an integrated development environment and compiler for C released by Borland in 1987 that was known for its fast compile speed and low price.
- It included an editor, compiler, libraries and debugger. Versions included Turbo C 1.0 through 2.0 before being replaced by Turbo C++.
- The compiler produced four types of messages: fatal errors, errors, warnings and informational. Errors indicated issues like syntax errors while warnings did not prevent compilation.
- Details are provided on the Turbo C editor, libraries, include files, customization options,