Tuesday, 9 February 2016

Hands on a Turbo C


Shortcut Keys for Turbo C


Turbo C is an Integrated Development Environment and compiler for the C programming language from Borland. First introduced in 1987, it was noted for its integrated development environment, small size, fast compile speed, comprehensive manuals and low price.
In May 1990, Borland replaced Turbo C with Turbo C++. In 2006, Borland reintroduced the Turbo moniker.

Versions:
1987 : Turbo C 1.1
1988 : Turbo C 1.5
1989 : Turbo C 2.0 (now with integrated debugger)
1990 : Turbo C++ 1.0
1991 : Turbo C++ 1.01
1991 : Turbo C++ 2.0
1992 : Turbo C++ 3.0
1996 : Turbo C++ 3.0 and Borland C++ 5.0
We have to use Keyboard Shortcut Keys to Speed up programming skills. I have selected list of most commonly-used keyboard shortcut keys for turbo C and C++.

Sr.No. Shortcut Key Operation   
01 Alt + F   Open file
02 Alt + F3     Close
03 Alt + F + N     New file
04 Alt + X         Exit turbo C
05 Alt + F5        Output Screen
06 Alt + F + L     Check program load or not
07 Alt + ENTER Full screen
08 Shift + Del     Cut
09 Shift + Insert  Paste
10 Ctr + Insert    Copy
11 Alt+F9        Compile a program
12 Ctr + F8   Break point
13 Ctrl+F9         To run a program
14 Ctrl+s          To save a program
15 Alt + BkSp Undo
16 Ctr + K + H   Deselect point
17 Shift+Alt+BkSp  Redo
18 Ctr + Del      Clear
19 Ctr + Y        Delete Line
20 Alt + F7        Previous Error
21 Alt + F8        Next Error
22 Ctr + F2      Program reset
23 F1              Help
24 F2              Save file
25 F3              Open file
26 F5      Minimize/Maximize
27 F6 Jump From One file to another
28 F7      Debug
29 F8      Step Over
30 CTRL + KB     Point to at start of a line to copy
31 CTRL + KK Point to the end of a line to copy
32 CTRL + KC Line of text to copy
33 CTRL + KV PASTE

*****************************************

No comments:

Post a Comment