Filter results by os:
DOS |
Windows 3.x |
Windows 9x/ME |
Windows NT/2000 |
Windows XP |
OS/2 |
BeOS |
Unix |
Clear filter
DOS / Borland Inc.
EN
Turbo C 2.0 Reference Guide
This is the second volume of documentation in the Turbo C package. This volume, the Turbo C Reference Guide, contains definitions of all the Turbo C library routines, common variables, and common defined types, along with example program code to illustrate how to use many of these routines, variables, and types. If you are new to C programming, you should first read the other book in your Turbo C package-the Turbo C User's Guide. In that book you'll find instructions on how to install Turbo C on your system, an overview of Turbo C's window and menu system, and tutorial-style chapters designed to get you started programming in Turbo C. The user's guide also summarizes Turbo C's implementation of the C language and discusses some advanced programming techniques. For those of you who are Turbo Pascal and Turbo Prolog programmers, the user's guide provides information to help you integrate your understanding of those languages with your new knowledge of C. You should refer to the UIntroduction" in the User's Guide for information on the Turbo C implementation, a summary of the contents of Volume I, and a short bibliography.
download
DOS / Blaise Computing Inc.
EN
Turbo C Tools 6.04 6.04
Blaise Computing Inc. Turbo C Tools Build 5010059.604 Believed to be last version sold. Images created from original 5.25" 360k Disks and converted to 3.5" 1.44m Floppies.
download
DOS / Borland Software
EN
Turbo C++ 3.0
Turbo C++ compiler and IDE, from the 3.5" distribution disks. Includes zipped copies of all five 720k floppies and .img files for use under virtual machines.
download
DOS / Borland Software
EN
Turbo C++ 3.0 3.0
Turbo C is a product of Borland Corporation of the United States. Borland is a large company specializing in software development and development. The company has launched a set of Turbo series software, such as Turbo BASIC, Turbo Pascal, Turbo Prolog, which are very popular among users.
download
DOS / Borland International, Inc.
EN
Turbo C++ 3.0 (Installation package) 3.0
This is original installation package for Borland Turbo C++ 3.0. Not a zip of pre-installed TC++. You need to run install.exe to setup it, and you have ability to configure installation options.
download
Windows 9x/ME / Borland
DE
Turbo C++ 3.1 3.1
This is Borland C++ 3.1 for Windows. It was then distributed by TopWare. German Manuals as PDFs included.
download
Windows 9x/ME / Borland Software
EN
Turbo Debugger 5.5
The Windows 32-bit version of Borland Turbo Debugger from the Borland C++ 5.5 package. Also compatible with Windows NT/XP.
download
Unix / Pacific HiTech
JA
Turbo Linux 2.0 2.0
Image taken from personal copy, purchased online. I do not remember if on Amazon, the last century. Extracted directly from the original CD-ROMs, with GNU/Linux and DD. Compressed with gzip. In the Box is written: Turbo Linux 2.0, August 1998
download
DOS / Borland
EN
Turbo Pascal 1.00A
The PC-DOS first version Includes the sample code for MicroCalc (a simple spreadsheet) written by Philippe Kahn himself.
download
EN
Turbo Pascal 3.01A
Turbo Pascal was a popular programming language for IBM PCs in the 1980s. This version is for IBM PCs and compatibles running MS/PC-DOS. There was also a version of 3.01A for CP/M.
download
EN
Turbo Pascal 5.0
Contents of two 720K disks
download
DOS / Borland Inc.
EN
Turbo Pascal 7
Turbo Pascal is a software development system that includes a compiler and an integrated development environment (IDE) for the Pascal programming language running on CP/M, CP/M-86, and DOS, developed by Borland under Philippe Kahn's leadership.
download
DOS / Borland International Inc
EN
Turbo Pascal 3.01A Source Code 3.01A
type "as main" to enter the assembler. press ^KO to assemble the file, it will ask the output filename (main.com). then press ^KQ to exit the assembler. compared to the official version, only 3 bytes are different (2-byte jump instead of 3-byte jump).
download
DOS / Borland Inc.
EN
Turbo Pascal 5.5 Object-Oriented Programming Guide
Turbo Pascal 5.5 gives you the power and efficiency of objectoriented programming at turbo speed. In addition to the Turbo Pascal features you have come to rely on, this new version offers you the programming techniques of the future: • both static objects for maximum efficiency and dynamic objects for maximum run-time flexibility • both static and virtual methods • constructors and destructors that create and deallocate objects (which saves programming time and improves readability of your code) • object constants-static object data is initialized automatically • greater speed-Turbo Pascal 5.5 compiles even faster • an improved overlay manager (which lets overlays run faster, with less disk I/O) • enhanced help screens that let you cut and paste examples into your code • an online tutorial to introduce you to Turbo Pasca1's integrated development environment The object-oriented extensions in Turbo Pascal 5.5 were inspired by Larry Tesler's "Object Pascal Report" (Apple, 1985) and Bjarne Stroustrup's "The C++ Programming Language" (1986, AddisonWesley).
download
DOS / Borland Inc.
JA
Turbo Pascal 6.0 (NEC PC-9801) 6.0
Turbo Pascal 6.0 Japanese, for the NEC PC-9801 platform.
download
DOS / Borland
EN
Turbo Pascal 7.0 Language guide 7.0
This book is split into four parts: language grammar, the run-time library, advanced programming issues, and using assembly language with Turbo Pascal. Part I, "The Turbo Pascal language," defines the Turbo Pascal language. First you're introduced to the overall structure of a Turbo Pascal program; then you examine each element of a program in detail. Part II, "The run-time library," contains information about using all the standard units: the System, Dos, WinDos, Strings, Crt, Overlay, and Graph units. Part III, "Inside Turbo Pascal," presents technical information for advanced users about • How Turbo Pascal uses memory • How Turbo Pascal implements program control • Using the 80x87 • Optimizing your code Part IV, "Using Turbo Pascal with assembly language," explains how to use the built-in assembler and how to link your Turbo Pascal programs with code written in Turbo Assembler.
download
DOS / Borland
EN
Turbo Pascal 7.0 Programmer's Reference 7.0
This manual is a reference that you can keep nearby when you're programming. Use it when you want to • Look up the details of a particular run-time library procedure, function, variable, type, or constant and find out how to use it • Understand what each compiler directive does, how it works, and how to use it • Learn how to use the command-line compiler • Find out what an error message means • Look up editor commands • Look up compiler directives in a quick reference table • Review a list of reserved words and standard compiler directives • Look up ASCII alphanumeric characters, symbols, and control instructions
download
DOS / Borland
EN
Turbo Pascal 7.0 User's Guide 7.0
Turbo Pascal is designed for all types of users who want to develop applications for the DOS operating system. Whether you are a beginner about to write your first program, an experienced developer curious about object-oriented programming, or a longtime Turbo Pascal user, Turbo Pascal offers you a rich programming environment that makes software development more productive-and more fun. Using Pascal's structured, highlevel language, you can write programs for any type or size of application. Turbo Pascal 7.0 brings you new capabilities while remaining compatible with code written using earlier versions. While exploring the opportunities that await you, remember that this is still Turbo Pascal, the quick and efficient Pascal compiler that is the world's standard.
download
Windows 3.x / Borland International, Inc.
EN
Turbo Pascal for Windows 1.5
Copy all the files to one new directory on your hard drive. CD to that directory and type "install". Works up through Windows XP. Has an early version of Object Windows, which became VCL in Delphi and LCL in Free Pascal / Lazarus.
download
Windows 3.x / Borland International, Inc.
EN
Turbo Pascal for Windows 1.00 1.00
This is the first version of Borland Turbo Pascal for Windows. It runs under Windows 3.0 and later. The archive contains four 720k disk archives. This includes the Windows Resource Toolkit 3.01a, and Turbo Debugger for Windows 2.5.
download
DOS / Borland International, Inc.
EN
Turbo Pascal Toolbox Numerical Methods 4.0
Pascal & assembly routines for fourier transforms, matrices, differential equations, least-squares approximations, numerical derivatives, interpolation, and roots to equations
download
DOS / Borland International, Inc.
EN
Turbo Pascal Toolbox: Editor 4.0
Pascal and assembly routines to add text-editing functions from line editing to WYSIWYG: words, lines, blocks, streams, windows, screens.
download
DOS / Borland International, Inc.
EN
Turbo Pascal Toolbox: Graphix 4.0
Source code for drawing points, lines, polygons, circles, charts, curves, text, screens, and windows in DOS with EGA, VGA, Hercules, or monochrome monitors
download