Base class with pointer membersThanks for reply, but I think while trying out myself I've opened up pandora's box for myself. I tri...
Base class with pointer membersHi, Iam trying to do something very similar to this: [code] class base{ public: base(){x=0; ...