How to install Borland Turbo C++ 1.01
(note this version of Borland does NOT support templates, so it will NOT work with apvector.h, apmatrix.h, apstack.h & apqueue.h)
0. Install (if you don't already have it) Winzip. You will need some application to unzip compressed files. You install WinZip by double-clicking the application, winzip80.exe. Follow the on-screen instructions. The Express Setup works fine.
1. Click the following link Turbo C++ version 1.01 to download the software (2.7mb).
2. Wait 10 to 20 minutes (typical dial-up connection) for download to complete.
3. When you are finished downloading the software, use WinZip to decompress the zip file to a folder on your hard drive. Click on "I Agree"
4. Choose "Extract"
5. Four new folders will have been created: Disk1, Disk2, Disk3, Disk4. Open the folder labeled "Disk2". Move all the files to the folder "Disk1". Do the same for folder "Disk3" and "Disk4". You can now delete folders 2,3 and 4.
6. Open the folder "Disk1". Double click on "Install.exe".
7. You should see a dark blue window that says "Turbo C++ 2nd Edition Installation Utility". Press enter.
8. At the prompt, "Enter the SOURCE drive to use:" enter C: (or the label for the drive that has the folder Disk1)
9. The screen will say "Enter the SOURCE Path" Press enter.
10. Press the down arrow repeatedly to accept all the default settings displayed. When "Start Installation" is highlighted, press enter.
11. When the message "Turbo C++ is now installed on your system ..Press any key to continue" is displayed, press any key.
12. Another message "For a tutorial on the Turbo C++ integrated Press any key to continue" is displayed. Press any key.
13. You may now delete the folder "Disk1"
14. Open the folder "Tc" and then the folder "Bgi". Right click on "Egavga.bgi". Choose "copy"
15. Open the folder "bin" in "Tc". Right click on an empty spot and choose "paste".
16. Go back to the Tc folder and open the bin folder. Double click "Tc.exe". You will see the message "Turbo C++ Version 1.01… OK" Press enter.
17. Choose OPTIONS|DIRECTORIES Under "Output Directory" type C:\TC\BIN. Click on the green box to close the window.
18. Choose OPTIONS | FULL MENUS ON and then OPTIONS | ENVIRONMENT | EDITOR and change the "Default Extension" to cpp (for c plus plus) and set the tab size to 4.
Back to Mr. Simon's hompage