Quote Originally Posted by C+/- View Post
The problem was that I had a subclass pointer pointing to a base class instance. I was able to use the members of the baseclass, but not those of the subclass.
And you achieved that with what sort of cast?