¡@

Home 

c++ Programming Glossary: ithread

How to convert void (__thiscall MyClass::* )(void *) to void (__cdecl *)(void *) pointer

http://stackoverflow.com/questions/5326251/how-to-convert-void-thiscall-myclass-void-to-void-cdecl-void

void to void __cdecl void pointer I want to build a IThread class which can hide the thread creation. Subclass implements.. make it called automatically which seems like this class IThread public void BeginThread virtual void ThreadMain void PURE void.. void BeginThread virtual void ThreadMain void PURE void IThread BeginThread Error cannot convert std binder1st _Fn2 to void..