using function pointers inside classes...any more ideas on how I might get around this or is it the only way? Thanks for help so far btw fol...
using function pointers inside classes...Well I'm using the wxWidgets library and I'm trying to bind events using the bind function. The bind...
using function pointers inside classes...Well this class and the function are both in a header file that I will be distributing to others. (t...
using function pointers inside classes...oh, you mean just do what galik said but store it in a variable. you would still need to specify it...
using function pointers inside classes...How do you do that though if it's out of scope?