摘要: CListenSocket ---> CSocket{CMainDlg* m_pMainDlg;CSocketFile* m_pSocketFile;InitScocketFile(this){ m_pSocketFile = new CSocketFile(this); }OnAccept(int... 阅读全文
posted @ 2015-09-18 14:34 Auris 阅读(93) 评论(0) 推荐(0) 编辑
摘要: int select( int nfds; fd_set FAR* readfds; fd_set FAR* writefds; fd_set FAR* exceptfds; const struct timeval FAR* timeout; );#define FD_SETSIZ... 阅读全文
posted @ 2015-09-18 13:56 Auris 阅读(142) 评论(0) 推荐(0) 编辑