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...
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...