Subj : Re: How to pass class-member function to pthread_create(....)? To : comp.programming.threads From : Thomas Kemmer Date : Tue Jul 19 2005 05:06 pm "Vyacheslav Kononenko" writes: > Another question, sorry. Does POSIX says that C++ must use C library > and not to have its own implementation? POSIX does not mention C++ at all. The Single UNIX Specification (System Interfaces) only references ISO C: 1.7 Relationship to Other Formal Standards Great care has been taken to ensure that this volume of IEEE Std 1003.1-2001 is fully aligned with the following standards: ISO C (1999) ISO/IEC 9899:1999, Programming Languages - C. http://www.unix.org/single_unix_specification/ Regards, Thomas .