View Single Post
Old 04-27-2004, 05:27 PM   #2 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
well, since you didn't post declaration of Car() and "i", i will speculate. you are trying to pass a function similar to this:

void Car(int i);

as the third argument of pthread_create. this is incorrect, don't do that.
joe_bruin is offline   Reply With Quote