Create thread is not accepting the member functon
Posted
by prabhakaran
on Stack Overflow
See other posts from Stack Overflow
or by prabhakaran
Published on 2010-05-23T13:40:15Z
Indexed on
2010/05/23
13:50 UTC
Read the original article
Hit count: 258
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.
© Stack Overflow or respective owner