WHAT'S NEW?
Loading...

Installing Turbo C Compiler

Turbo C Compiler is available for download here: Download
1. Unzip the downloaded files
In Windows XP Turbo C Compiler can be used directly after unzipping the .zip file to a location you want.
But in Windows 7 and Windows 8 platform, you need an additional software called DOS Box to be installed in your system before you can use turbo C.
2. Download and install DosBox using the instructions from the following link: How to install DosBox on Windows 8 (x64 or x86)
3. Extract the zip to a simple drive ( In this example I used the F drive)
4. Rename the folder with the installer to “tc”
5. Start DosBox and type the following commands:
mount c: f:\
c:
cd tc
install
6. The installation process will begin. Hit enter.
7. When prompted for the source drive, select C instead of A
8. On the next prompt, select Start installation and leave the installation path to C:\TC
9. After the installation finishes, hit enter and you will return to the mounted C drive on DosBox
10. To start Turbo C++ type the following commands:
mount c: e:\
c:
cd tc
cd bin
tc