The Parts of the Screen
Turbo C++ Download Here
OVERVIEW OF THE MENU BAR
FILE
File related commands that operate on your program file, such as loading a program from disk, saving a program you entered to disk, and printing the program.
EDIT
Includes options that aid in adding, changing, searching for, and deleting text from the current program.
VIEW
Options for moving around the editor and controlling the display
PROJECT
Includes the building command, which runs the compiler and linker and the executable command, which enables you to test your program without leaving the workbench.
BROWSE
Used for examining C++ classes.
DEBUG
This pull-down menu includes the command that enable you to examine the codes as if runs to help you get errors out of your program.
TOOL
Special features that can be added to the workbench
OPTIONS
Setting up the workbench to better suit the way a program works.
WINDOWS
Standard windows menu for selecting and arranging windowss.
HELP