C++
PROGRAMMING
The C++ Programming language is
a very powerful general-purpose
programming language that supports
procedural programming as well as
object oriented programming. It
incorporates all the ingredients
required for building software for
large and complex problems.
C++ Programming
Facilitate disciplined approach
to computer program design.
Programs process information
and display results.
The C++ language is treated as
super set of C language because the
developer of C++ language have
retained all features of C, enhanced
some of the existing features, and
incorporated new features to support
for object – oriented programming.
FIVE EXAMPLES DEMONSTRATES
How to display messages on the screen
How to obtain information from the user
How to perform arithmetic calculations
How to make a decisions by comparing
numbers.
DID YOU KNOW?
C++ is one of the world’s most
popular programming languages….C+
+ is an object-oriented programming
language which gives a clear structure
to programs and allows code to be
reused, lowering development costs.
THANK
YOU