User: stefaneli31

  • Public profile

User profile: stefaneli31

User info
User name:stefaneli31
History
Joined:
Number of posts:4
Latest posts:

Derived class' pointer
I'm having trouble with this one... [code]class B { private: int b; } class D1 : public B...

std::vector and constructor
Let's say I have some code like this: [code]class A{ public: A(); private: vector<vector<i...

std::vector<> as function parameter
Is it a good practice to use vector<double> as function parameter instead of double*? Or as a return...

Destructors of derived class
I 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