I need to get the pointer to an object's function. For the sake of not having to rewrite the rest of my program, I can't make the function static. I know that this is not impossible, in a sense, or maybe completely, but I've read that there's obscure ways to get it done.
If possible, what is the simplest way to do it? If not possible, what are some of the alternatives? The library I'm using requires a pointer to a function.