Hi
I have a class obejct "B" as a member variable within another class "A". Which constructor runs first, A or B?
The idea is that I need to init object B by passing down some information from A. I will leave the constructor of B blank and just call "B->init(pData)" from A's constructor.
Cheers
1 reply to this topic






