Wednesday, 30 September 2015

HOW TO SETUP TURBO C ON LINUX UBUNTU OPERATING SYSTEM

Turbo C can't run on Windows 64-bit OS without the aid of DOSBox emulator.
Since we are now in the Linux environment, some of you might ask what to do to run Turbo C, that is why I decided to make this tutorial.

In this tutorial, we will use DOSBox Emulator. Just download it on the Software Center.



Dowload the Turbo C files HERE.   (I do not own these files)
 
Unzip the zipped file.

Inside it is a "tc" folder. 

Just copy/move it to this directory home/user_name



Now, open DOSBox Emulator.


To mount C drive, type these

MOUNT C: ~/



To make C drive as the current directory, type these

C:


To change directory, type these
CD TC


To open TC, type these
TC 





To access the menu bar, press F10.
Cheers! 

No comments:

Post a Comment