List of all Useful Turbo C++ Keyboard Shortcuts

Hi friends this is first time that I am sharing something other than C++ program on this blog. In this post I am going to share some useful Turbo C++ keyboard shortcuts.

I am sure that with the help of these shortcuts you can increase your working speed in TC compiler.

 
List of all useful Turbo C++ keyboard shortcuts

Turbo C++ Keyboard Shortcuts

S.No.
Shortcuts keys
Action
1.
F1
For Help
2.
F2
Save
3.
F3
Open
4.
F4
Go to cursor
5.
F5
Zoom
6.
F6
Next
7.
F7
Trace into
8.
F8
Step over
9.
F9
Make
10.
F10
Menu
11.
Alt+X
Quit
12.
Alt+Bksp
Undo
13.
Shift+Alt+Bksp
Redo
14.
Shift+Del
Cut
15.
Ctrl+Ins
Copy
16.
Shift+Ins
Paste
17.
Ctrl+Del
Clear
18.
Ctrl+L
Search again
19.
Alt+F7
Previous error
20.
Alt+F8
Next error
21.
Ctrl+F9
Run
22.
Ctrl+F2
Program reset
23.
Alt+F9
Compile
24.
Alt+F4
Inspect
25.
Ctrl+F4
Evaluate/Modify
26.
Ctrl+F3
Call stack
27.
Ctrl+F8
Toggle breakpoint
28.
Ctrl+F5
Size/Move
29.
Alt+F3
Close
30.
Alt+F5
User screen
31.
Alt+0
List all
32.
Shift+F1
Index
33.
Ctrl+F1
Topic search
34.
Alt+F1
Previous topic
35.
Ctrl+F7
Add watch

72 thoughts on “List of all Useful Turbo C++ Keyboard Shortcuts”

    1. I cant use my cursor in Turbo C… i can only navigate on my keyboard .. can someone help me ? this is soo frustrating ..

  1. bhavna aggarwal

    What does the action of F2 key i.e Go to cursor means here? please explan in detail. I am trying this shortcut key in Turbo C++, my cursor is blocked in this case. I am not able to use the MENU bar options with cursor instead i have to use keyboard for it.

  2. Hi
    what shall I do to make my cursor stop blinking in turbo c++.I am getting mad at it .Please reply fast…Thank you

  3. I wants to delete all save file in turbo c bcz when I open the turbo app and I wants to that new page for write program but after doing thing again its new program on screen its not new page

  4. Hello,
    I have lenovo pc and when i run my programm by pressing ctrl+f9 than, it dosent run, but f9 key do its work, so tell me how to disable function of f9 key to run my praogramm.

    1. There is no way you can change shortcut keys in turbo c++, you can compile and run your program by going to the option menu given at top.

    2. lenovo pc’s have a key to run the function keys so you have to press ctrl+fn+f9.
      fn key will be present near your alt key

  5. Hey how can I run a program using short cut keys , because in laptop if I press ctrl + f9 the screen is off because of laptop shortcut which is assigned by laptop company lenovo . How can I avoid this ?

  6. i have a lan setp with 1 server and 12 client terminals. I am using N computing L300 for connecting terminals and windows 7 os . The problem is if i start turbo c++ 4.5 version softare in clent terminals the cursor is vanished. so we need to type the program without cursor.
    Plz help me how to get back cursor in client machines. In server machine the cursor is displayed but it is vanished in all client terminals .
    plz help me

  7. Hello, I’m struggling to find anyone with the same problem as I have, namely using Turbo C with a Scandinavian keyboard-layout. My layout uses AltGr+7 and AltGr+0 to get curly braces but when an Alt-key is pressed the menu shortcut gets activated so that it waits for, say, an F to enter File and so on.

    I’ve searched the interwebs but found no answers to this problem. A discussion has been opened at https://turboc.codeplex.com/discussions/657735 but there’s no solution.

    I’ll be happy to just disable the menu shortcuts or anything that enables me to write with the keyboard layout I’m used to.

  8. When i press enter to indent or move to the next line it does not work.
    And pressing on the key space would delete my line of code,
    Help please!!!

  9. my programs are being saved even after saving it, what could be the reason. software being used – turbo C++

  10. i want to change the size of blinking cursor on turbo c++ screen …because when i edit my program it erases the rest of program …

  11. HI..

    In my keyboard in C++ I am unable to use the key which has + and =. All other keys are working fine. And this key also works in other programs as you can see. Can you pls suggest what to do

  12. Actully i dont have the prlb with the displyed shorcuts.
    I wanted to know the shortcut key for clearing the console of turbo c++ .
    As we use “clear” command to clear screen for fedora or ubantu
    Similarly i wanted to know for turbo c++

    1. it is a multiway decision statement which means you can chose the statement which your want to execute. it is similar to if else if . but switch has more advantages than if else if statement. the syntax is as followed;
      switch ( expression )
      {
      case value1:
      {
      body loop
      break;
      }
      case value 2:
      { body loop
      break;
      }
      .
      .
      .
      default:
      { body loop
      break;}

  13. Mera {} ye dono k bich space nhi aa rha h… Enter press krne ke bad closing curly brace niche nhi aa rha hai .. please tell me

  14. After running once the program then i cant move my cursor to the place where i write the code…why is it so…how can i solve the problem

  15. That’s my problem too.plzz tell me anyone have a solution for this… In the starting it works… Later on mouse pad stops Working

  16. Shivang Singh Chauhan

    In my laptop there is no insert key for changing the yellow blink cursive.How can I change the blinking cursor.

  17. enable to use shortcut keys ,please any body help….
    in turbo c my laptop keys are functioning such as when i press f1 then sound of keyboard is reduced.please tell me detail procedure to start shortcut keys

Leave a Comment

Your email address will not be published. Required fields are marked *