Disclaimer:-Every thing provided on this website is only for Educational purposes and Author "Ramiz Khan" is not responsible for any damage done.

Ramiz Khan

Ramiz Khan facebook.com/ramiz.khan.98478
Contact -E-mail: ramiz.khan.16@gmail.com

Search This Blog

Monday, February 6, 2012


Install Turbo C

All My programs can be compiled using the turbo C complier.The following tutorial is for installation of Turbo C on your computer.

Step 1> Copy the code for the program to notepad and save the file with a ".c" extension (for c code) & ".c++" extension (for c++ code).

Step 2> Download the compiler from the above link and 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 thw 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 continueinstallation.

CONGRACTULATIONS you have set up turbo c on your computer successfully

Now copy the file you saved in Step 1 to the C:\TC\Bin folder and run it from turbo c!!

Note:- Inorder to run graphics programs you have to include the graphics library, for this
run turbo c then select Options->Linker->Libraries and check the graphics library.



This tutorial is for Installation of Turbo C on windows XP 32-bit, will post instructions for installation on XP 64-bit and Vista in some time......

No comments: