This post will help you to get through the installation process in various platforms like Windows,LINUX,MAC,etc.,
C is an application software that will be easy to install as any other software, so there wont be any big issue in installing.
Windows 2000 or Higher(excluding 7 and 8
):
There are different kinds of compilers to run C program where each is an unique one.
Some of the compilers are
- TURBO C
- TURBO C++
- Dev CPP
The best compiler to start C is TURBO C+, the advanced version of TURBO C. It is a freely available software which you can get it through Google search.
Download the software...
After downloading you could identify a file as INSTALL.exe as shown below. Now make a double-click on it.
Press Enter to continue the installation process.
You will get a prompt window as shown below in which you have to specify the source drive name. Specify it and press Enter to continue.
Example:If you had downloaded in D:\ drive then enter the source drive name as 'D' or specify the drive in which you have downloaded. I've kept the downloaded file in F:\ so i have specified as F drive below.
Next window will show you the complete path in which you had downloaded. Now
press Enter.
In the next window "START INSTALLATION" will be highlighted, if you press enter then "TURBO C++" will be installed in the source drive which you had already specified( F- Drive for me as i had specified already).
[If you like to change the drive where it should install, then "Directories" field could be used by selecting it through arrow keys.]
Press Enter with the "START INSTALLATION" option.
The installation will get over in few seconds.After the completion of the installation you could open the TURBO C++ application using the following directory.
Installation Drive:\TC\BIN\TC.exe.
Now the application will get successfully opened as shown below.
Windows 7 and 8 user has full-screen difficulty, that could be solved by using the simulator.
Will meet you in the next post with a sample program...