Need some help with prointers to member functionSolved! I used a base class and virtual functions: [code]#include <iostream> #include <vector> usin...
Need some help with prointers to member functionprobably, i don't know EDIT: to be more specific,I want to make a database of pointers to member fu...
Need some help with prointers to member functionok, but i want to make it independent of the number of functions i will add and the class which they...
Need some help with prointers to member functioni need to create a database of references to specific member functions of different classes, and cal...