Subj : Re: How to pass class-member function to pthread_create(....)? To : comp.programming.threads From : David Schwartz Date : Tue Jul 19 2005 08:00 am "Vyacheslav Kononenko" wrote in message news:1121780574.626395.23840@g43g2000cwa.googlegroups.com... > Another question, sorry. Does POSIX says that C++ must use C library > and not to have its own implementation? No, it says nothing whatsoever about C++. So this might or might not be needed and if it's needed, it might or might not be done. So you can't rely on it. DS .