CAsyncSocket 聊天室源码(VS2013)

时间:2020-04-20 16:22:13
【文件属性】:

文件名称:CAsyncSocket 聊天室源码(VS2013)

文件大小:3.05MB

文件格式:ZIP

更新时间:2020-04-20 16:22:13

CAsyncSocket 聊天室 源码

这是仿照《Visual C++ 网络通信编程实用案例精选》书中的聊天室开发的 CAsyncSocket 聊天室,原来的程序是使用 WSAAsyncSelect 和 CSocket 开发的,这个程序尝试使用 CAsyncSocket 实现了相同的功能。代码已使用 Visual Studio 2013 调试编译通过。原版代码在这里 http://download.csdn.net/detail/blackwoodcliff/9795783 http://download.csdn.net/detail/blackwoodcliff/9797057 http://download.csdn.net/detail/blackwoodcliff/9789144


【文件预览】:
ChatRoom_CAsyncScoket
----ChatRoom_CAsyncScoket.sln(1009B)
----Release()
--------msvcp120.dll(445KB)
--------ChatRoom_CAsyncScoket.exe(90KB)
--------mfc120u.dll(4.24MB)
--------msvcr120.dll(948KB)
----ChatRoom_CAsyncScoket()
--------ChatRoom_CAsyncScoket.vcxproj.filters(2KB)
--------resource.h(2KB)
--------ChatRoom_CAsyncScoket.rc(10KB)
--------ChatRoom_CAsyncScoket.vcxproj(6KB)
--------ChatRoom_CAsyncScoket.aps(106KB)
--------stdafx.h(1KB)
--------ServerSocket.cpp(919B)
--------ReadMe.txt(4KB)
--------ChatRoom_CAsyncScoketDlg.h(1KB)
--------ChatRoom_CAsyncScoketDlg.cpp(6KB)
--------res()
--------ServerSocket.h(330B)
--------ClientSocket.h(682B)
--------stdafx.cpp(154B)
--------ClientSocket.cpp(3KB)
--------ChatRoom_CAsyncScoket.h(533B)
--------targetver.h(234B)
--------ChatRoom_CAsyncScoket.cpp(2KB)

网友评论