Calling an overloaded virtual member of a base classThank you for the responses. This was exactly what I was looking for. I did understand that Polymorp...
Calling an overloaded virtual member of a base classThanks for the response. I had forgotten about the sub class syntax you pointed out <class>::<basec...
Calling an overloaded virtual member of a base class[code] struct Base1 { virtual void Foo( void ) { std::cout << "Base1::Foo( void...
This user does not accept Private Messages