Click Here to download turbo C++ => Turbo C++
After Downloading the file we need to install the Turbo C++
Step: 1 The download file is a zip file, we need to extract the file in any place.
Step: 2 After extract the zip file , we need to install the turbo c file by click on the setup.exe file
Step: 3 Now Turbo C is installed.'
After installation of Turbo C++ follow these steps
1) How to open C editor (Windows xp):
1. Start Menu => Run => type C:\TC\Bin\TC.exe then press Enter key
(or)
2. At the time of installation create Shortcut to C on Desktop. Double click on that icon.
How to open C editor(Windows 7/8/10):
1. At the time of installation it creates Shortcut to C (Turboc++) on Desktop. Double click on that icon.
2) After entering into C editor, check the path as:
goto Options menu => Directories => windows
Windows xp
1. C:\TC\Include
2.C:\TC\Lib
3.---------------
4.---------------
windows 7(or)8(or)10
1.C:\Turboc3\Include
2.C:\Turboc3\Lib
3.------------------
4.------------------
3) Type C program, goto File Menu => New
4) Save Program, goto File Menu => Save
5) Compile Program, got COmpile Menu => Compile
6) Run the program, goto Run Menu => Run
7) See the output, goto Windows Menu => user screen
8) Exit from C editor, goto File Menu => Quit
Shortcut Keys:
Open : F3
Save : F2
Close File : ALT+F3
Full screen : F5
Compile : ALT+F9
Run : CTRL+F9
Output : ALT+F5
Change to another file : F6
Help : CTRL+F1
Tracing : F7
Quit : ALT+X
No comments:
Post a Comment