Function Pointer

In C++ function pointer to a normal function and function pointer to a member function is a different type isn't it? That's because in a sense, a function pointer to a member function must accept the "this" operator as parameter.

Am I correct?
Yes, in the pointer to member function declaration, you must specify the class that pointer is for.
Topic archived. No new replies allowed.