Popular Posts

Friday, July 5, 2013

How to install Turbo C++ on Windows 8 (64 bit, 32 bit) and Windows 7 (64 bit, 32 bit)

How to install Turbo C++ on Windows 8 (64 bit, 32 bit) and Windows 7 (64 bit, 32 bit)


1. Download the installation zip file from :
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 E drive)
4. Rename the folder with the installer to “tc”
5. Start DosBox and type the following commands:

mount c: e:\
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

No comments:

Post a Comment