Search Results

0
votes

How do you pass a member function pointer?

Would you not be better served to use standard OO. Define a contract (virtual class) and implement that in your own class, then just pass a reference to your own class and let the receiver call the …