Dave Sinkula
long time no c
5,058 posts since Apr 2004
Reputation Points: 2,780
Solved Threads: 314
Good to see that you are back Dave.
WolfPack
Postaholic
2,051 posts since Jun 2005
Reputation Points: 572
Solved Threads: 115
Dave,
I was looking at that - went over my head.
Mine as well, too much of the time. I can't even recall some similar stuff elseweb that I contributed to fairly recently.Is there an easy answer to my particular example?Not from me at the moment.Part of the problem seems to be that I'm INSIDE my class when I'm trying to pass another member function to the other class. In all the other examples, I'm in main() and I'm trying to pass a member of a class (rather than being inside the class itself..) sorry if I can't convey this clearly...Member functions are not like regular functions. So pointer to member functions are not like pointers to regular functions. The implicit this makes things different... or ugly... or difficult.
I may try to find that other thread. But I know I struggled with that FAQ for quite a while before I posted anything that looked useful.
Dave Sinkula
long time no c
5,058 posts since Apr 2004
Reputation Points: 2,780
Solved Threads: 314
Dave Sinkula
long time no c
5,058 posts since Apr 2004
Reputation Points: 2,780
Solved Threads: 314