hi all,
i need to know how to create a thread using pthread_create()?
i have never used pthread in c. am i supposed to used function pointer? how to pass arguments in thread function?
i need to know everything about pthread_create().
and yes i am using turbo c++ compiler and including the header file pthread.h , but i am getting error and it is not getting included.
please help. i need to finish my assignment on multithreading.
Drew.