Install Turbo C in Windows 10 with three steps

Looking to install Turbo C? Follow these easy steps to get started in no time. Turbo C is still the preferred IDE/ Compiler in certain part of the world although there are great alternatives like opensource GCC available with Linux. 

Steps

Step 1: Go to the following link and download and install the opensource DOSBox DOS emulator

Step 2: Next create a folder called dos in C:\ drive and place the Turbo C folder(due to licensing issues I can't share it here) here. The Turbo C folder must be named tc or change the commands accordingly

Step 3: Next run the DOSBox and enter the following commands

    1. mount c: C:\dos
    2. c:
    3. cd tc\bin
    4. tc
Turbo C commands screenshot


 That's it  and you can run Turbo C on any future version of Windows as DOSBox is continuously supported by the community. 



The same steps can be followed in macOS and Linux with just replacing first command with the correct path.

Post a Comment

0 Comments