answersLogoWhite

0


Best Answer

FOUR PARTS OF TURBO C ENVIRONMENT

1. MAIN MENU

The main menu contents or options instructs Turbo C to do something as indicated in the list of menu.

BASIC MENUS OF TURBO C

A. FILE File menu is used to "load and save files, handles directories, invokes DOS and exits Turbo C".

SUBMENUS UNDER FILE MENU

a. LOAD

Load command enables the user to select a file to be opened or loaded into the editor.

b. PICK

Pick command enables the user to select a file based on the last nine files previously opened or edited.

c. NEW

New command lets the user edit a new file or start new programs

d. SAVE

Save command store or saves the file currently in the editor.

e. WRITE TO

Write to command enables the user to save a file using a different filename.

f. DIRECTORY

Directory command displays the content of the current working directory.

g. CHANGE DIR

Change dir command enables the user to specify the defined path to change the default path or directory.

h. OS SHELL

OS Shell command loads the DOS command processor and lets the user execute DOS commands.

i. QUIT

Quit command lets the user to exit or quit Turbo C

B. RUN

Run menu is used to "compile (check for errors), links, and runs the program currently loaded in the environment.

C. COMPILE

Compile menu is used to "compile the program currently in environment".

2. EDITOR STATUS LINE AND EDIT WINDOW

Editor status line and edit window is the place in Turbo C where you type your program and where you see the current line and column of the text you typed.

3. MESSAGE WINDOW

Message Window is located beneath the middle of edit window and hotkeys. It is used to displays various compiler or linker messages.

4. HOT KEYS

Hot keys is located at the bottom of the Turbo C's opening screen. It refers to shortcut or shorthand for selecting a menu. Two sets of hotkeys are available: the normal and the alternate set.

pinkaikon66@Yahoo.com

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Jamie Sabitsana

Lvl 2
3y ago

Is that really the four parts of menu item in turbo c plus plus IDE?

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Four parts of turbo c environment?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the parts of turbo c environment?

kjkjkkk


Who is the founder of turbo c?

Turbo c program is from Borland which is an integrated development environment and a computer language. Some of the parts of turbo c were incorporated from the wizard c in 1987, but it was first developed by Dennis Ritchie in 1970.


Who is the founder of turbo c program?

Turbo c program is from Borland which is an integrated development environment and a computer language. Some of the parts of turbo c were incorporated from the wizard c in 1987, but it was first developed by Dennis Ritchie in 1970.


What is turbo c plus plus?

Turbo C++ is Borland's integrated development environment (IDE).


What are examples of turbo c?

1. Turbo C is an example of Integrated Developing Environment. 2. Turbo C has example programs, the most important is bgidemo.c


Differentiate C plus plus and Turbo C?

Turbo C is a software where C or C++ programming environment resides in.But C++ is itself a programming language.


What are the function of turbo c?

It's an Integrated Developing Environment.


What is turbo c-language?

Nothing. C is the language, TurboC is an Integrated Developing Environment (IDE).


Is turbo c is available for windows 7?

Yes, it is available for windows 7. You can run Turbo C in windows 7 basically using DOS Box emulator. Turbo C works fine with windows 7. Up to now, many programmers use Turbo C in programming C in windows environment.


Why is turbo C is considered as an object oriented programming?

TurboC is an Integrated Developing Environment (IDE) for C language.


Is there any purpose to the parts of a turbo c plus plus program?

Yes.


Basic parts of TURBO C program?

Editor - edits text Compiler - compiles the program Linker - links the program Debugger - helps finding bugs