Friday, 3 January 2014

Turbo c++ compiler for windows 7 free download 32 / 64 bit

Follow these easy steps -

Download DOSBOX emulator for windows versions.
Run the DOSBox software which you downloaded from above link in step 1.
Then u will get screen which look like the command prompt in Windows.
Now , Type in the following commands after the Z prompt:
Just type “mount c: c:/tc” and press enter.
Assuming that Turbo C++ is installed in C drive and TC folders located at C:\TC
You may get a message that 'Drive C is mounted as local directory C:/TC\'
Change the directory from z prompt to C/BIN/tc.exe.
Now the Turbo C++ will open in DOSBox. Press ALT+ENTER to open in full screen.




Turbo c++ compiler for windows 7 free download 32 / 64 bit
Video tutorial on Installing Borland Turbo c++ compier on Win7




How to start TurboC++ in the DOSBox automatically:You can save some time by having DOSBox automatically mount your folders and start TurboC++ evertime you start your computer

For DOSBox versions older then 0.73 browse into program installation folder and open the dosbox.conf file in any text editor. For version 0.73 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 X C:\TurboC
X:\
cd tc\bin
tc


Automatically mount and start Turbo C++3.0 in DOSBox ver 0.73,Those commands will be executed automatically when DOSBox starts!

No comments:

Post a Comment