Hi again

If I really want to get rid of garbage value, then I would simply do this:
Code:
public:
      B() : pubdataB(0)
      {/*empty body*/}
. To me, as a beginner,
Code:
pubdataB(A::pubdataA)
would make sense when pubdataA is a static member.

Thank you.