Hi !
Thank you for your interesting replies.
I am thinking of a container lib that would take full advantage of polymorphism and where, for example, algorithms
would be operating on generic interfaces; e.g.
void Sort(SequentialContainer& container);
I think this question was for me:
>...
Hi !
I have an interesting POO problem using C++. Can somebody help me?
I want to implement a generic interface for sequential containers. I demand all sequential containers (deque, vector, list ...) to derive from a single virtual base class, SequentialContainer. (All classes are actually...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.