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.
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
|
very much helpful
I cant use my cursor in Turbo C… i can only navigate on my keyboard .. can someone help me ? this is soo frustrating ..
use Alt+enter twice and use it bro
thanks bro u help me lot
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.
use of F2 key is to save, use F10 to go to menu.
Oppzz.. my ques. was for key F4
Why does C++ exit when I press Q letter
THANK'S…
which key use to abort the output in turbo c
Ctrl+Pause Break
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
Press 0 While Num Lock Is OFF .
How to stop infinite loop and go back to source code
ctrl + pause break
just hit insert button on keyboard thats it
Bro i am not getting output even if i press ctrl+F9.please help me bro
my OS is windows 7 and 32 bit
Use getch() it may be missing in your program Uday getch pauses the output screen
which key i use for output
Hi
which key is used for OR symbol.Reply me fast……please…………..
which key should i use for displaying # in turbo c
ctrl+f9
how to maximize turbo C++ to full screen window
alt+enter
Alt gr + enter
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
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.
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.
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
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 ?
use ctrl+fn+f9
thxs your blog has been an immense help to beginners like me. ?? 🙂
i cant acces keyboard in any ofbmy turbo c compiler….why is it happening????…what to do now???
ctrl+F10 is used to unlock the cursor .
not working
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
how to stop cursor from blinking!!!!
insert button
use….. numLK 0
Press the button of INSERT
how do i exit from the output screen in turbo c++?
By pressing enter or ctrl+push break.
not able to exit usi9ng enter or ctrl+pause break.
please help
what is this BREAK thing???
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.
good bro
thank you bhai
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!!!
Same problems i face
my programs are being saved even after saving it, what could be the reason. software being used – turbo C++
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 …
i am not come to user window by pressing alt+f5
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
how to stop an infinty loop while running and come back to turbo screen without exit the turbo screen.
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++
whor to unlock mouse?
can someone explain me switch case ?
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;}
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
How to Apply shortcut keys For laptos Without numpad
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
Hi
I run c++ in my laptop but mouse not work;
how i resolve it?
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
Hi! any one can tell me which key is used for end|
In my laptop there is no insert key for changing the yellow blink cursive.How can I change the blinking cursor.
I want to use “◼️” symbol in Windows in turbo c ++……
How should I use it ???
Those shortcut keys don’t work on my PC. Whenever i press Alt+F1 the sound gets mute
Also use fn key while using f1-f12 i.e Fn+alt+F1
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
my programs don’t show any errors but they don’t run.i used ctrl+f9 but it still not running
Please do uninstall and install it again. And then use it dude………
How to change font types in turbo c…..plz tell me
ctrl+esc shortcut is used for what purpose