We know WINDOWS 7 doesn't support direct installation of Turbo C++, some graphics problems happen.
We can instal in through DOS BOX
STEPS
1. Install DOSBOX. click here to download
2. Create a folder like turbo in c(c:\turbo)
3. Download turbo c++ click for download
4. Extract it into c:\turbo\
5. Run DOSBOX
6. Type mount d c:\Turbo\ this will mount d: drive to this DOSBOX
7. Now you can see : Drive D is mounted as a local directory c:\Turbo\
8. Type d: to change z: ro d:
9. To change the directory type,
cd tc
cd bin OR u can combine it like cd tc\bin
10. type tc.exe OR tc
11. 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 )
How to start TurboC++ in the DOSBox automatically:
You can save yourself some time by having DOSBox automatically mount your folders and start TurboC++:
For DOSBox versions older then 0.74 browse into program installation folder and open the dosbox.conf file in any text editor. For version 0.74 go to Start Menu and click on “Configuration” and then “Edit Configuration“. Then scroll down to the very end, and add the lines which you want to automatically execute when DOSBox starts.
mount d c:\Turbo\
d:
cd tc
cd bin
tc.exe OR tc
Comments
Post a Comment