Sunday 12 February 2012

Turbo C Interface


Dear Visitors,
        In this post we give you knowledge about Turbo C Editor. Please note that Turbo C is a most common C language compiler. This lesson helps you to know about its interface its using and its functions....
SO FRIENDS LETS START OUR LESSON
  • 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 saving program, operating existing program, printing source code of program, exiting from Turbo C editor etc.
  • Edit :-
                       This menu contains group of commands used for editing C program source code. The important editing commands are:-
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, You can also get help by pressing  F1 key. Similarly to get help about a specific keyword or identifier of C, type a word, keep cursor on the word and press keyboard shortcut Ctrl + F1.

No comments:

Post a Comment