Thursday, December 2, 2010

Pointers to Members

You can't use (pointer to member) to point to a static class member, because the member will not be associated with an object.

If you are using pointers to static function, then you would use the normal function pointer syntax.

No comments:

Post a Comment