• Users
  • unknownProgrammer

User profile: unknownProgrammer

User info
User name:unknownProgrammer
Email:jesper_91@live.se
History
Joined:
Number of posts:3
Latest posts:

Inheritance problem with **pointers
Thanks 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 **pointers
Hello!;) i have been struggeling with a problem for a while. im making my own "API" in HGE. I ...