News

Hi,<BR><BR>I have a base class whose destructor is pure virtual, so the class is abstract.<BR><BR>I have a derived class (subtype) whose multi-argument constructor wants to call the base class's ...
C++ STL and abstract class in collection. Thread starter eieio; Start date Jun 20, 2006; ... So, I used a facade in the vector as I couldn't put an abstract class without using pointers.