How to convert a member function pointer to a normal function pointer

smithfox ssm.fox at gmail.com
Sun Apr 29 07:12:57 PDT 2007


How to convert a member function pointer to a normal function pointer?
Just like Object Pascal Language's Classes.MakeObjectInstance(xxx);

I think it is a classic problem when we try to write object-oriented codes based on an unalterable C framework(such as window gui sdk);

Thanks



More information about the Digitalmars-d mailing list