News

C++ : Why is my base class function getting called instead of the derived one? ... (a virtual function, ... class Derived : public Base {public: ...
He can have a pure virtual destructor and it needs the =0, but you still need to define it since the derived classes destructors call it.<BR><BR>[This message was edited by bouncingdaemon on March ...