User: Elize

  • Public profile

User profile: Elize

User info
User name:Elize
History
Joined:
Number of posts:18
Latest posts:

Best way to find unique combinations of different objects
I'm going to simplify the problem I'm facing down to an abstraction while describing it to avoid con...

clarification on "proper" way to handle information hiding
>Is there a reason why you prefer pointers over std::vector in class A? Yes. They don't actually sto...

clarification on "proper" way to handle information hiding
I mean it's set up like: [code] class A { private: class B { public: class BNode { int _bDat...

clarification on "proper" way to handle information hiding
I have a class whose purpose is to store a lot of data for access by other classes. This data is sto...

Can't assign const base class members in derived class
I've been out of the C++ game for a while and now I'm suddenly blanking on basic concepts. I've got ...

This user does not accept Private Messages