Thursday, 15 March 2018

Basic Turbo C/C++ Shortcut Keys

Turbo C/C++  Shortcut Keys:-

Turbo is a simple application software that is open source also i.e you can download it at free of cost and their is no license required for the same.

But here are some question raises that how can we cut , copy , paste , save, open and so on while working on the turbo C/C++.

So, here are the shortcut keys that an individual generally use while programming in C/C++ language.
  1. F1                                        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. Shitf+Ins                              Paste
  17. Ctrl+Del                               Clear
  18. Ctrl+L                                   Seach Again
  19. Alt+F7                                  Previous Search
  20. Alt+F8                                  Next Error
  21. Ctrl+F9/Alt+R+Enter           Run
  22. Ctrl+F2                                 Program reset
  23. Alt+f9                                   Compile
  24. Alt+F4                                  Inspect
  25. Ctrl+F4                                 Evaluate or Modify
  26. Alt+F5                                  Output Screen
  27. Alt+Enter                              Toggle screen mode 

No comments:

Post a Comment