Hello,
I am working on saving and restoring a complex class to and from a txt file. I am stuck on trying to save a list of pointers to member functions of a different class. I wanted to do that by creating a map of pointers to member functions and corresponding names, but I`m having problems with comparing those pointers. There is no operator< function for comparing member functions, and I`m not sure if they would be the same each time the program is ran. Any suggestions?
Thanks.