Miscellaneous Leaks

Turbo C for C language

Submitted by jay97, , Thread ID: 10269

Thread Closed
jay97
Novice
Level:
0
Reputation:
0
Posts:
22
Likes:
3
Credits:
66
21-09-2015, 07:52 AM
#1
Turbo C is an Integrated Development Environment I.D.E where we can develop programs using C language compile them and run them.If the program is free from errors it will be successfully executed.
After downloading the TC extract the files using winrar software.Open the folder and you can find TC file in which if you double click it you can get the IDE opened for you.From there you can type the programs and save them.Later you can execute them successfully if the program is free from errors.
Path Setting:
Copy and Paste the TC folder that you had downloaded in C directory.
Goto Options tab using ALT+O and by using down arrow select Directories and press Enter.
Include directories:C:\TC\INCLUDE and press Enter.
Library directories:C:\TC\LIB and press Enter.
Output directory:C:\TCand press Enter.
Turbo C directory:C:\TCand press Enter.
Pick file name:TCPICK.TCP and press Enter.
Press Esc
Scroll down to Save options tab and press Enter.
It will show Overwrite TCCONFIG.TC?(Y/N) press Y.
Your settings are successfully completed and saved.
Some Shortcuts:
Full Screen : ALT+Enter
Compiling the C Program :CTRL+C
Executing the C Program: ALT+R or CTRL+F9

DOWNLOAD

Users browsing this thread: 1 Guest(s)