void Wsock::send_thread_make(int i)
{  int thread_id;
if(thread_id=_beginthread(thread_main_send,0,(void *)i)==-1)
 {

printf("Unable to create thread .error:%d",errno);

  return;
}
         
}错误提示:error C3867: 'Wsock::thread_main_send': function call missing argument list; use '&Wsock::thread_main_send' to create a pointer to membervoid Wsock::thread_main_send(void* arg);死活找不出来。谁眼力好。谢了