User profile: iSkull

User info
User name:iSkull
Statistical data
Birthdate:Feb 9, 1995
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:4
Latest posts:

Need some help with prointers to member function
Solved! I used a base class and virtual functions: [code]#include <iostream> #include <vector> usin...

Need some help with prointers to member function
probably, 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 function
ok, 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 function
i need to create a database of references to specific member functions of different classes, and cal...