Derived class' pointer I'm having trouble with this one... [code]class B { private: int b; } class D1 : public B...
std::vector and constructorLet's say I have some code like this: [code]class A{ public: A(); private: vector<vector<i...
std::vector<> as function parameterIs it a good practice to use vector<double> as function parameter instead of double*? Or as a return...
Destructors of derived classI have the following code, in which is created array of 10 elements (5 objects of class D1 and 5 of ...
This user does not accept Private Messages