Define Turbo C Interface.

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. For example copy, cut, paste, undo etc
  • Search : This menu contains group of commands used for running C program
  • 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.
 
Tags

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.