Subj : question about pthread_create() To : alt.comp.lang.learn.c-c++,comp.programming.threads From : Huub Date : Sat May 28 2005 03:10 pm Hi, When I want to use pthread_create(), and the thread would be called "Motordraad", I suppose the functioncall then would be: pthread_create(&Motordraad, NULL, Motordraad, NULL); But I get this error: ffTestInterface_thread.cc:129: error: parse error before `,' token Thank you, Huub .