Sunday 23 September 2012

Turbo C/C++ For Windows 7 32/64 Bit Free Download And Installation Process

0 comments
The world most popular, easiest and innovative programming language is Turbo C/C++. The main drawback of the complier is that it cannot be opened and executed in higher bit configuration operating systems like windows vista and windows 7 with 32 and 64 Bit.
For that purpose, Dosbox was introduced to create a command prompt in the system and in-turn helps us to open Turbo C compiler by moving its files to the virtual drive O.

Procedure to Download and Execute Turbo C C++ In Windows 7 32 Or 64 Bit Using Dosbox

Step 1: Download and install Dosbox according to your system configuration.
For 32 Bit - Click Here
For 64 Bit - Click Here
Step 2: Open Dosbox and type the following two commands
SET ULTRASND=240,3,3,5,5
SET ULTRADIR=C:\ULTRASND 
Step 3: Mounting the Turbo C folder installed earlier in virtual drive O
The command is  MOUNT O C:\TC\BIN
Step 4:  Now C:\TC\BIN is mounted into Virtual Drive O just give the following command to open your turbo C compilers.
O:\>TC.EXE
Step 5: Start compiling your programs in Turbo C/C++ compiler.

0 comments: