Hi All,
Generally copy constructor is used to create a new object from existing object.
My question is,
Do i need to allocated memory to the pointer member variables in copy constructor. Or will they share??
Dynamic Storage allocation - copy constructor ---C++
|