Ø
Basics
of C++:
In
this section we will cover the basics of C++, it will include the syntax,
variable, operators, loop types, pointers, references and information about
other requirements of a C++ program. You will come across lot of terms that you
have already studied in C language.
Ø
Syntax
and Structure of C++ program:
Here
we will discuss one simple and basic C++ program to print "Hello this is
C++" and its structure in parts with details and uses.