CompuServe Messages

ptrs to member functions

    06-Mar-90 06:47:13
Sb: ptrs to member functions
Fm: Chuck Leamon 71551,16
To: John M. Dlugosz 74066,3717
John, Thanks for the tips on pointers to member functions. I'll have to try them later today after other fires are put out. I don't have my Zortech Compiler Reference here, but I could swear I read a section dealing with pointers to member functions. I recall they took a totally different approched than BS. However, their example was using the function address outside of the class, where I'm trying to use it inside another member function. Why are member functions handled so differently from any other function? I could understand it if it were virtual or inline, since that address would be tough to resolve at runtime (then again I'm not a compiler writer). C h u c k