1
What is C++ ?
C++ is a Object oriented programming language. Initially named as C with classes. C++ was developed at AT & T Bell Labs. C++ is superset of C. Three important facilities are added onto C. Classes Functions overloading Operator overloading C++ also allows us to create hierarchy related objects. All C programs are also C++ programs with few differences.
Input / Output
# include <iostream.h> OR # include <iostream> using namespace std
std: standard input/output