文件名称:TCPChatRoom
- 所属分类:
- 通讯编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 85kb
- 下载次数:
- 0次
- 提 供 者:
- 韩*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于TCP的聊天室。采用了WSAAsyncSelect无阻塞消息模式。先启动服务ChatRoomServer.exe
在启动server后,服务器端listen来自客户端的信息,当客户端connection后,服务器端accpet与客户端建立连接后触发消息函数 OnServerAccept。OnServerAccept再次利用WSAAsyncSelect函数判断并接受recv客户端发来的信息并广播,以达到聊天室的效果-TCP-based chat room. WSAAsyncSelect message mode using non-blocking. Service ChatRoomServer.exe first start after the boot server, the server-side information from the client listen, when a client connection, the server-side accpet to establish connection with the client to trigger a message function OnServerAccept. OnServerAccept reuse WSAAsyncSelect recv function to judge and accept the client sent information and broadcasting, in order to achieve the effect of chat rooms
在启动server后,服务器端listen来自客户端的信息,当客户端connection后,服务器端accpet与客户端建立连接后触发消息函数 OnServerAccept。OnServerAccept再次利用WSAAsyncSelect函数判断并接受recv客户端发来的信息并广播,以达到聊天室的效果-TCP-based chat room. WSAAsyncSelect message mode using non-blocking. Service ChatRoomServer.exe first start after the boot server, the server-side information from the client listen, when a client connection, the server-side accpet to establish connection with the client to trigger a message function OnServerAccept. OnServerAccept reuse WSAAsyncSelect recv function to judge and accept the client sent information and broadcasting, in order to achieve the effect of chat rooms
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TCPChatRoom\ChatRoomClient\ChatRoomClient.aps
...........\..............\ChatRoomClient.cpp
...........\..............\ChatRoomClient.h
...........\..............\ChatRoomClient.rc
...........\..............\ChatRoomClient.sln
...........\..............\ChatRoomClient.suo
...........\..............\ChatRoomClient.vcproj
...........\..............\ChatRoomClientDlg.cpp
...........\..............\ChatRoomClientDlg.h
...........\..............\ReadMe.txt
...........\..............\res\ChatRoomClient.ico
...........\..............\...\ChatRoomClient.manifest
...........\..............\...\ChatRoomClient.rc2
...........\..............\Resource.h
...........\..............\stdafx.cpp
...........\..............\stdafx.h
...........\........Demo\ChatRoomDemo.aps
...........\............\ChatRoomDemo.cpp
...........\............\ChatRoomDemo.h
...........\............\ChatRoomDemo.rc
...........\............\ChatRoomDemo.sln
...........\............\ChatRoomDemo.suo
...........\............\ChatRoomDemo.vcproj
...........\............\ChatRoomDemoDlg.cpp
...........\............\ChatRoomDemoDlg.h
...........\............\ReadMe.txt
...........\............\res\ChatRoomDemo.ico
...........\............\...\ChatRoomDemo.rc2
...........\............\Resource.h
...........\............\stdafx.cpp
...........\............\stdafx.h
...........\........Client\Debug
...........\..............\res
...........\........Demo\Debug
...........\............\res
...........\ChatRoomClient
...........\ChatRoomDemo
TCPChatRoom
...........\..............\ChatRoomClient.cpp
...........\..............\ChatRoomClient.h
...........\..............\ChatRoomClient.rc
...........\..............\ChatRoomClient.sln
...........\..............\ChatRoomClient.suo
...........\..............\ChatRoomClient.vcproj
...........\..............\ChatRoomClientDlg.cpp
...........\..............\ChatRoomClientDlg.h
...........\..............\ReadMe.txt
...........\..............\res\ChatRoomClient.ico
...........\..............\...\ChatRoomClient.manifest
...........\..............\...\ChatRoomClient.rc2
...........\..............\Resource.h
...........\..............\stdafx.cpp
...........\..............\stdafx.h
...........\........Demo\ChatRoomDemo.aps
...........\............\ChatRoomDemo.cpp
...........\............\ChatRoomDemo.h
...........\............\ChatRoomDemo.rc
...........\............\ChatRoomDemo.sln
...........\............\ChatRoomDemo.suo
...........\............\ChatRoomDemo.vcproj
...........\............\ChatRoomDemoDlg.cpp
...........\............\ChatRoomDemoDlg.h
...........\............\ReadMe.txt
...........\............\res\ChatRoomDemo.ico
...........\............\...\ChatRoomDemo.rc2
...........\............\Resource.h
...........\............\stdafx.cpp
...........\............\stdafx.h
...........\........Client\Debug
...........\..............\res
...........\........Demo\Debug
...........\............\res
...........\ChatRoomClient
...........\ChatRoomDemo
TCPChatRoom