CE144 OOPC Unit-02
CE144 OOPC Unit-02
UNIT-2
Introduction of C++
N. A. Shaikh
[email protected]
Topics to be covered
What is C++
Simple C++ Program
Applications of C++
Introduction to class, object
Creating simple program using class
Structure of C++ program
NOTE:
The multiple use of << in one statement is called
cascading
cin can read only one word and therefore we cannot use
names with blank spaces.