Subj : Re: question about pthread_create() To : alt.comp.lang.learn.c-c++,comp.programming.threads From : Paul Pluzhnikov Date : Sat May 28 2005 10:13 am Huub writes: > functioncall then would be: > > pthread_create(&Motordraad, NULL, Motordraad, NULL); That's certainly wrong. If this code compiled at all, the result would be a crashing program. Read "man pthread_create" again, pay attention to the meaning of the first parameter. > But I get this error: > ffTestInterface_thread.cc:129: error: parse error before `,' token You are not asking a good question. Read this: http://www.catb.org/~esr/faqs/smart-questions.html and ask again. Some relevant info you have not provided: OS, compiler, command line, self-contained minimal test case. Cheers, -- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email. .