Search:
Forum
General C++ Programming
Function Pointer
Function Pointer
Mar 2, 2011 at 7:59am UTC
teguh123
(49)
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?
Mar 2, 2011 at 8:11am UTC
Bazzy
(6281)
Yes, in the pointer to member function declaration, you must specify the class that pointer is for.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs