data member cannot be createdThe constructor of B is where the constructors of members of B are chosen, instead of in the class d...
data member cannot be createdclass B { A a(8,3); // seen as function call A b; // valid, but uses default constructor } ...
data member cannot be createdHello all, I have a problem. I want some class B to create a data member of another class A. The ...
This user does not accept Private Messages