Saturday, August 17, 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++

Windows 8 (64 bit, 32 bit) and Windows 7 (64 bit, 32 bit)

 


1. Download Turbo C++ 3.0 for Windows 7, Windows 8 and Windows XP

2. Now Download DosBox for Windows 8

[For windows other than win 8 Download DosBox from the following link: (http://www.dosbox.com/download.php?main=1)]

3. How to install DosBox on Windows 8 (x64 or x86)
  • Extract the zip to a simple drive ( In this example I used the E drive)
  • Rename the folder with the installer to “tc”
  • Start DosBox and type the following commands: 
              mount c: e:\
              c:
              cd tc
              install


4. The installation process will begin. Hit enter.

5. When prompted for the source drive, select C instead of A


6. On the next prompt, select Start installation and leave the installation path to C:\TC


7. After the installation finishes, hit enter and you will return to the mounted C drive on DosBox


8. To start Turbo C++ type the following commands:
         mount c: e:\
         c:
         cd tc
         cd bin
         tc

9. ENJOY!!

[NOTE: You have to write above code, whenever you open the DosBox to run Turbo C]


You May Also Like:

No comments:

Post a Comment