Subj : Re: How to pass class-member function to pthread_create(....)? To : comp.programming.threads From : Chris Thomasson Date : Sun Jul 17 2005 02:19 am >> You have to explicitly construct the object method invocation. And >> pthreads >> is a *C* library. It can't make calls to C++ methods. If you figure >> out >> how to do that in a portable manner in C, let the posix pthreads >> committee know. >> -- >> Joe Seigh > > Easily. For compilers where thats incompatible if any just provide > different pthread_create specific for C++. It can be done easilly > because of mangling. I would "study" the responses you get from this group "before" you respond, if I were you. If you don't do this, you may end up sounding a bit ignorant... :O .