User: janevans

  • Public profile

User profile: janevans

User info
User name:janevans
History
Joined:
Number of posts:3
Latest posts:

How object created by new destory?
I am still confused about how object create by new being destroyed consider the following example: ...

access control in the copy constructor's initializer list
[code] class Sales_item{ public: Sales_item():p(0), use(new size_t(1)){} Sales_item(const Item...

Could any one give me an example of this?
In C++ primer: While a constructor or destructor is running, the object is incomplete. To accommoda...

This user does not accept Private Messages