using operator<<() , how to display base class members?#include<iostream> using namespace std; class A { private: int a ; ...
constructor syntax ..?what is this syntax signify ? Integer(long q = 0) : i(q) {} .. its a constructor for Integer class...
This user does not accept Private Messages