Inheritance problem with **pointersThanks for your fast reply!!;) NumButton* temp = NULL; temp = ((NumButton*)components[this->numb...
Is it possible to declare method pointers of abstract classes?abstract base class BaseClass //CODE// TestClass ** testclasses; //dubbelpointers to the abstr...
Inheritance problem with **pointersHello!;) i have been struggeling with a problem for a while. im making my own "API" in HGE. I ...