Page 10 - Modular_V1.1_Flipbook
P. 10
Simple and Popular: C++ is a simple and popular language. Its syntax is very easy to
understand.
High-Level Language: C++ is a high-level programming language. Hence, it is easier for
the user to comprehend and work in C++ even though it is a high level language.
Case-Sensitive: C++ is a case sensitive language which means ‘pay’ and ‘PAY’ are not the
same. They are interpreted differently.
Compiler-Based: C++ is a compiler-based language. Thus, it is relatively faster than other
object-oriented programming languages.
STARTING TURBO C++
Turbo C++ is a programming platform to develop C++ programs. It provides an editor to write
and edit programs, a compiler to compile and run programs and a debugger to debug programs.
Perform the following steps to start Turbo C++:
Step 1 Click on Start button. The Start menu appears.
Step 2 Click on All Programs. A list of
installed programs appears.
Step 3 Click on Turbo C++ folder and then
click on the Turbo C++ icon. The
DOSBox window opens.
Step 4 Click on the Start Turbo C++ button.
The Turbo C++ window opens with
NONAME00.CPP file. Turbo C++
window has the following parts: DOSBox window
Menu Bar: It contains
different menus like File,
Edit, Search, Run, Compile,
Debug, Project, Options,
Window and Help. These
Editor: It helps menus help user to do
user to write and various tasks like create a
edit programs. new file, save a program,
compile a program and run
a program.
Status Bar: It provides
shortcut keys to perform
various actions like save,
open and compile.
Turbo C++ window
Clickipedia
You can download the setup of Turbo C++ from the following link:
https://developerinsider.co/
To install Turbo C++, double-click on the downloaded setup and follow the instructions that
appears in the dialog box.
8 Touchpad MODULAR (Version 1.1)-X

