Interesting things in Computer and Science

THIS BLOG I FIND ABOUT THINGS THAT INTERESTING IN COMPUTER, SCIENCE, CRYPTOGRAPHY, MATHEMATICS, AND MOSTLY IN NATURE

Thursday, April 29, 2010

Install Turbo C in Ubuntu

     Turbo C is editor and compiler of C programming running in DOS system. To use Turbo C in Linux OS like Ubuntu have to install DOSBOX which is Dos Emulator system for Linux OS.   
     
To install DOSBOX open Terminal   
    
Type " sudo aptitude install dosbox "

System Will download and install DOSBOX wait a minute   

You also can install DOSBOX manually


Go Applications>Ubuntu Software Center then Find DOSBOX   
    
For Turbo C you need have a complete install file of Turbo C program just install it in Windows System then copy folder TC to your Linux system.
    
Copy TC folder to Home

Run DOSBOX Go Applications > Games > DOSBox Emulator

Type  " mount C ~ "

Then " C: "

And " TC\BIN\TC.EXE "
    
Now you can run Turbo C in Linux OS  

 

Turbo C running in DOSBox Emulator