Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3026

Pointers to member functions and const members...

$
0
0
declare a member as const and you can invoke it on a non const instance....

But how can one declare a POINTER to a member function so that it can bew assigned to either a const or non-const?


[and before anyone says, this is not "Visual C++", it actually is, and if we get past this fir5st one without me obviously missing stuff, the MFC aspects will be introduced...

Viewing all articles
Browse latest Browse all 3026

Trending Articles