摘要: 服务器端:1、初始化if (!AfxSocketInit()){AfxMessageBox(IDP_SOCKETS_INIT_FAILED);return FALSE;}可以放在App里进行2、创建SocketCLisent *m_pListening; //CLient是继承自CSocket的类m_pListening=new CLisent(this);m_pListening->Cre... 阅读全文
posted @ 2010-04-05 11:19 pjh123 阅读(326) 评论(0) 推荐(0)