Hi dudes!
Hope you studied and enjoyed previous lesson. In previous lesson we studied that we need a Compiler to translate our C code into Machine executable code and we will use Turbo C 3.0. So in this very lesson we discuss the process of installing and Configuring Turbo C 3.0 on your machines.
Installing and Configuring Turbo C 3.0:
Installing Turbo C 3.0:
First you have to download Turbo C 3.0 here is the link to download Turbo C3.0 Click here to Download Turbo C 3.0
After downloading first of all unzip it and then copy the folder TC to your desired drive I selected C drive
so I copied the folder naming TC into my C drive in my PC
Now first go to "C:\TC\BIN" and double click on icon naming "TC.EXE"
In Bin Folder Open TC.EXE
Now After double clicking on that highlighted icon you will see the first screen of Turbo C3.0 which look
like the figure given below. This is Called Integrated development Environment (IDE) of Turbo C3.0.
In which programs are written, compiled and debugged.
IDE of Turbo C 3.0
Now you have to set directories for input, output and header files. For this purpose click on Option in Menu Bar and then click on directories that appears in the drop down menu which appears after clicking on Options. Then set the Include, Library, Source and output directories as per your requirements but as I told you earlier that I have installed TC in my C drive, so I set these directories as per my PC setting. Follow the figures given below.
Click on Options
Click on directories
Set directories
Now its over you have installed and configured Turbo C3.0 on your PC. You can use this IDE to write new
programs. In our next lesson we will learn to write our first C Program.
If have any question please feel free to ask i will try my best to satisfy you.
Good bye
Hope you studied and enjoyed previous lesson. In previous lesson we studied that we need a Compiler to translate our C code into Machine executable code and we will use Turbo C 3.0. So in this very lesson we discuss the process of installing and Configuring Turbo C 3.0 on your machines.
Installing and Configuring Turbo C 3.0:
Installing Turbo C 3.0:
First you have to download Turbo C 3.0 here is the link to download Turbo C3.0 Click here to Download Turbo C 3.0
After downloading first of all unzip it and then copy the folder TC to your desired drive I selected C drive
so I copied the folder naming TC into my C drive in my PC
Now first go to "C:\TC\BIN" and double click on icon naming "TC.EXE"
In Bin Folder Open TC.EXE
Now After double clicking on that highlighted icon you will see the first screen of Turbo C3.0 which look
like the figure given below. This is Called Integrated development Environment (IDE) of Turbo C3.0.
In which programs are written, compiled and debugged.
IDE of Turbo C 3.0
Now you have to set directories for input, output and header files. For this purpose click on Option in Menu Bar and then click on directories that appears in the drop down menu which appears after clicking on Options. Then set the Include, Library, Source and output directories as per your requirements but as I told you earlier that I have installed TC in my C drive, so I set these directories as per my PC setting. Follow the figures given below.
Click on Options
Click on directories
Set directories
Now its over you have installed and configured Turbo C3.0 on your PC. You can use this IDE to write new
programs. In our next lesson we will learn to write our first C Program.
If have any question please feel free to ask i will try my best to satisfy you.
Good bye