Thank you, Mr. Igor.
So, what am I doing in this c-tor?Could you please tell me? What's the purpose of assigning an instance of B a data member of class A which is a base class? Thank youCode:public: B() : pubdataB(A::pubdataA) {/*empty body*/}
Best wishes
H





Reply With Quote