Wednesday 12 December 2018

TURBO C Editor


TURBO C Editor
The interface of Turbo C is very simple. When IDE screen appears, the menu bar is activated. It contains various menus such as

·         File: This menu contains group of commands used for save , edit , print program, exit from Turbo C editor etc.
·         Edit: This menu contains group of commands used for editing C program source code. Example Copy, Cut, Paste, Undo etc.
·         Search: This menu contains group of commands used for searching specific word as well as replacing it with another one.
·         Run: This menu contains group of commands used for running C program.
·         Compile: This menu contains group of commands used for compiling C program.
·         Debug: This menu contains group of commands used for debugging C program.
·         Project: This menu contains group of commands used for opening, closing and creating projects.
·         Options: This menu contains group of commands used for configuring IDE of Turbo C and setting up directories etc.
·         Windows: This menu contains group of commands used for opening, closing various windows of IDE.
·         Help: This menu is used to get help about specific topic of C language. Similarly to get help about a specific keyword or identifier of C.


SHORTCUT KEYS USED IN TURBO C

·         Alt + F  -                Open file
·         Alt + F3 -               Close
·         Alt + F + N  -         New file
·         Alt + X  -                Exit turbo c
·         Alt + F5 -               Output Screen
·         Alt + F + L  -         Check programme load or not.
·         Alt + ENTER  -     Full screen
·         Shift + Del -          Cut
·         Shift + Insert -      Paste
·         Ctrl + Insert -        Copy
·         Alt+F9 -                 Compile a program
·         Ctrl + F8                Break point
·         Ctrl+F9 -               To run a program
·         Ctrl+s -                  To save a program
·         Alt + BkSp  -          Undo
·         Ctrl + K + H  -       Deselect point
·         Shift + Alt + BkSp  -  Redo
·         Ctr + Del -             Clear.
·         Ctr + Y   -               Delete Line
·         Alt + F7 -               Previous Error
·         Alt + F8 -               Next Error
·         Ctr + F2 -               Program reset
·         F1 -                         Help
·         F2  -                        Save file
·         F3  -                        Open file
·         F5  -                        Minimize/Maximize
·         F6  -                       Jump From One file to another
·         F7  -                       Debug
·         F8  -                       Step Over


No comments:

Post a Comment