How to Download and Install Turbo C++ Compiler | Virtual Study Solutions

Adsetra Ads

 

Turbo C++ Compiler

Dear Students, Here we will discuss How to download,install, set directories and working procedure of Turbo C++ Compiler. if You are new to C++ Programming and wondering what is a Compiler? and why do you need it?So let me clear few things first.


What is a Compiler

In C++ language program compiler converts high level language to low level language and generates results or we can also say that:
"A compiler is a language translator which converts one language to other language"

Compilers for C++ Programming

These Days there are lots of compilers for C++ but usually the given list list of compilers are used in beginning to learn programming.
  • Turbo C++ 
  • Borland 
  • Code blocks C++
  • Dev C++
  • Visual studio 
if you are beginner of programming i will recommend you use Turbo C++.

Recommended : Child Friendly Tools to Teach Programming to Kids

How to Download Turbo C++ Compiler

First all you will need to Download Turbo C++ Compiler. Download Link is given below:

How to Install Turbo C++ Compiler

Step 1: Download Turbo C++ from the link given above.
Step 2: save the file.
Step 3: Open the file tc3.zip, find INSTALL.exe from its contents and double click to open it.
How to Install Turbo C++ Compiler
Step 4: A new window should open up now, press ENTER.
How to Install Turbo C++ Compiler step 4
Step 5: Enter the drive letter you want to install turbo c on and Press ENTER.
How to Install Turbo C++ Compiler step 5
Step 6: Now on following screen type the source path or Press ENTER to select the default path.
How to Install Turbo C++ Compiler step 6
Step 7: After this just Press F9 on the screen that follows to continue installation.
How to Install Turbo C++ Compiler step 7
Success !!
Congratulations. You have successfully Download and Installed turbo c++ compiler on your computer.

How to Set Directories in Turbo C++ Compiler

Now As You have installed the Compiler. Lets learn How To set Directories in Turbo C++ Compiler.

Step 1: open turbo C
Step 2: Go to options from menu bar.
Step 3: select directories.
then compiler will show menu option like that

How to Set Directories in Turbo C++ Compiler
How to Set Directories in Turbo C++ Compiler
Step 4: In first two options write the path where u have installed compiler.Step 5: In second two options write the path where u want save your file or program.

Working Procedure of Turbo C++ Compiler

Finally we are ready to use Turbo C Compiler to begin C++ Programming. It is very important to understand how compiler works during the execution of program.Turbo C++ Compiler works from top to bottom and left to write.

Example:
it works like our typing method we type word by word left to write and top to bottom.

Note : This tutorial is for Installation of Turbo C++ on windows XP 32-bit.

How to Download Turbo C++ Compiler on win 7

If you are a using windows 7(64 bit OS) on your computer. First of All you have to download Dos Box to run Turbo C++

Download Dos Box

Hope this was helpful. If you liked this Tutorial Please Share with Your friends. Thank You.

Post a Comment

 

Top