基于CAsyncSocket 的局域网聊天例子

时间:2013-05-02 12:18:30
【文件属性】:

文件名称:基于CAsyncSocket 的局域网聊天例子

文件大小:91KB

文件格式:RAR

更新时间:2013-05-02 12:18:30

CAsyncSocket TCP/IP 聊天 网络

自己写的一个局域网用户的聊天程序,有点类似于qq的性质,没有用UDP、而是用到了TCP。


【文件预览】:
Chat_Server
----ServerSocket.h(1KB)
----Chat_Server.rc(6KB)
----Chat_Server.aps(35KB)
----StdAfx.cpp(213B)
----resource.h(873B)
----Chat_Server.cpp(2KB)
----Chat_Server.h(1KB)
----Chat_Client()
--------LoginDlg.cpp(2KB)
--------StdAfx.cpp(213B)
--------Chat_ClientDlg.cpp(6KB)
--------resource.h(1KB)
--------lientSocket.h(1KB)
--------Chat_Client.aps(36KB)
--------Chat_Client.plg(2KB)
--------lientSocket.cpp(4KB)
--------ReadMe.txt(4KB)
--------Chat_Client.clw(2KB)
--------StdAfx.h(1KB)
--------Chat_Client.cpp(2KB)
--------Chat_ClientDlg.h(2KB)
--------Chat_Client.rc(6KB)
--------res()
--------LoginDlg.h(1KB)
--------Chat_Client.h(1KB)
--------Chat_Client.dsp(4KB)
----Chat_Server.dsp(4KB)
----Chat_Server.dsw(969B)
----Chat_ServerDlg.cpp(6KB)
----ServerSocket.cpp(5KB)
----Chat_Server.clw(2KB)
----ReadMe.txt(4KB)
----StdAfx.h(1KB)
----Chat_Server.ncb(113KB)
----Chat_ServerDlg.h(2KB)
----res()
--------Chat_Server.ico(1KB)
--------Chat_Server.rc2(403B)
----Thread_Server()
--------ServerSocket.h(1KB)
--------ConnectThread.cpp(2KB)
--------StdAfx.cpp(949B)
--------Thread_Server.plg(2KB)
--------Thread_Server.aps(35KB)
--------resource.h(875B)
--------Thread_Server.dsp(4KB)
--------Thread_ServerDlg.cpp(8KB)
--------Thread_Server.h(1KB)
--------Thread_Server.clw(2KB)
--------ServerSocket.cpp(3KB)
--------Thread_ServerDlg.h(2KB)
--------ReadMe.txt(4KB)
--------StdAfx.h(1KB)
--------Thread_Server.cpp(2KB)
--------ConnectThread.h(1KB)
--------res()
--------Thread_Server.rc(6KB)
----Chat_Server.opt(64KB)
----Chat_Server.plg(2KB)

网友评论

  • 还好,比较简单的例子
  • 很不错的例子,还有传输文件的就好了
  • 不错,就是没有UDP编程的例子。
  • 学习MFC Socket编程挺好的例子~,谢了,就是多线程和回调函数弄一起不太懂。