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.
Step 4: A new window should open up now, press ENTER.
Step 5: Enter the drive letter you want to install turbo c on and Press ENTER.
Step 6: Now on following screen type the source path or Press ENTER to select the default path.
Step 7: After this just Press F9 on the screen that follows to continue installation.
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 |
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.
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
Post a Comment