Install Turbo C++ on Windows 7
step-by-step procedure to install Turbo C++ on Windows 7.
Step One:
Install the software DOSBox V 0.74 :
download here
Step Two:
Download and extract TC into the c:\ folder (c:\TC):
download here
Step three:
Run the DOSBox 0.74 from the icon located on the desktop.
Step four:
Type the following commands at the DosBox [Z]:
mount d c:\
(& press Enter)
Now you should get a message which tells: Drive D is mounted as a local directory c:\
Step five:
Type
d:
(& press Enter)it will shift to d:\
Step Six:
Next follow the commands below:
cd tc
(press Enter)
cd bin
(press Enter)
tc or tc.exe
(press Enter)
[This starts you the Turbo C++ 3.0]
Step seven:
In the Turbo C++ goto Options>Directories> Change the source of TC to the source directory [D] ( i.e. virtual D: refers to original c:\Turbo\ .
So make the path change to something like D:\TC\include and D:\TC\lib respectively )