Create thread is not accepting the member functon
- by prabhakaran
I am trying to create a class for network programming. This will create a general purpose socket with thread.
But when I tried to creat the thread using createthread(). The third argument is producing errors. And from the net I came to know that I can't use the member functions as a argument to the createthread().
Is there any thing by which I can achieve this.