摘要: server:Socket Server in Win32 Select Model Windows provides different models for programming with sockets. This winsock tutorial explains, one of the models which uses select function.The other winsock models are using event object, overlapped model and IO Completion port. This model design is base. 阅读全文
posted @ 2012-06-19 22:48 cocke.li 阅读(389) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/en-us/library/ms741394(v=vs.85)client:Socket programming in MFC is usually a bit messy. It's always clean and convenient to write the socket programs using Win32. A big advantage writing these programs in Win32 is, we can follow the same model as in any Unix C++ socket 阅读全文
posted @ 2012-06-19 22:46 cocke.li 阅读(346) 评论(0) 推荐(0) 编辑