文件名称:chatroom
- 所属分类:
- ICQ/即时通讯
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 288kb
- 下载次数:
- 0次
- 提 供 者:
- 吕*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
简单的聊天室系统由两部分组成:服务器端和客户端。服务器运行,开启监听器,监听服务器设置的端口。客户端想要进入聊天室时,先要向服务器设置的端口发送请求,服务器监听到有连接了,可以接受或拒绝。若服务器接受了客户端的请求,就相应的给该客户端建立一个“套接字”,就相当于建立了一个数据传输的通道,这样客户端就可以进入聊天室进行聊天了。-Simple chat room system composed of two parts: the server side and client. Server is running, open the listener, the port monitor server settings. Client wants to enter the chat room, the first port to the server settings to send the request, the server connects to the monitor, you can accept or reject. If the server has accepted the client request corresponding to the client to establish a socket , on the equivalent of the establishment of a data transmission channel, so that the client will be able to enter the chat room to chat.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
聊天室
......\oop
......\...\客户端
......\...\......\chatdoc.cpp
......\...\......\chatdoc.h
......\...\......\chatsock.cpp
......\...\......\chatsock.h
......\...\......\chatter.001
......\...\......\chatter.002
......\...\......\Chatter.aps
......\...\......\Chatter.clw
......\...\......\chatter.cpp
......\...\......\chatter.dsp
......\...\......\chatter.dsw
......\...\......\chatter.h
......\...\......\chatter.mak
......\...\......\chatter.ncb
......\...\......\chatter.opt
......\...\......\chatter.plg
......\...\......\Chatter.rc
......\...\......\chatter.rc2
......\...\......\chatvw.cpp
......\...\......\chatvw.h
......\...\......\hatMember.cpp
......\...\......\hatMember.h
......\...\......\mainfrm.cpp
......\...\......\mainfrm.h
......\...\......\makefile
......\...\......\msg.cpp
......\...\......\msg.h
......\...\......\MyMember.cpp
......\...\......\MyMember.h
......\...\......\res
......\...\......\...\chat.ico
......\...\......\...\chatter.rc2
......\...\......\...\FACE3.ICO
......\...\......\...\toolbar.bmp
......\...\......\resource.h
......\...\......\resrc1.h
......\...\......\RightView.cpp
......\...\......\RightView.h
......\...\......\sendvw.cpp
......\...\......\sendvw.h
......\...\......\setupdlg.cpp
......\...\......\setupdlg.h
......\...\......\stdafx.cpp
......\...\......\stdafx.h
......\...\......\ToolTipWnd.cpp
......\...\......\ToolTipWnd.h
......\...\服务器
......\...\......\chatsrvr.001
......\...\......\chatsrvr.002
......\...\......\ChatSrvr.aps
......\...\......\Chatsrvr.clw
......\...\......\chatsrvr.cpp
......\...\......\chatsrvr.dsp
......\...\......\chatsrvr.dsw
......\...\......\chatsrvr.h
......\...\......\chatsrvr.mak
......\...\......\chatsrvr.ncb
......\...\......\chatsrvr.opt
......\...\......\chatsrvr.plg
......\...\......\ChatSrvr.rc
......\...\......\chatsrvr.rc2
......\...\......\ChatView.cpp
......\...\......\ChatView.h
......\...\......\CleanDlg.cpp
......\...\......\CleanDlg.h
......\...\......\clntsock.cpp
......\...\......\clntsock.h
......\...\......\LeftView.cpp
......\...\......\LeftView.h
......\...\......\lstnsock.cpp
......\...\......\lstnsock.h
......\...\......\mainfrm.cpp
......\...\......\mainfrm.h
......\...\......\makefile
......\...\......\msg.cpp
......\...\......\msg.h
......\...\......\res
......\...\......\...\chatsrvr.rc2
......\...\......\...\Duck.ico
......\...\......\...\toolbar.bmp
......\...\......\resource.h
......\...\......\srvrdoc.cpp
......\...\......\srvrdoc.h
......\...\......\srvrvw.cpp
......\...\......\srvrvw.h
......\...\......\stdafx.cpp
......\...\......\stdafx.h
......\...\聊天室程序报告.doc
......\oop
......\...\客户端
......\...\......\chatdoc.cpp
......\...\......\chatdoc.h
......\...\......\chatsock.cpp
......\...\......\chatsock.h
......\...\......\chatter.001
......\...\......\chatter.002
......\...\......\Chatter.aps
......\...\......\Chatter.clw
......\...\......\chatter.cpp
......\...\......\chatter.dsp
......\...\......\chatter.dsw
......\...\......\chatter.h
......\...\......\chatter.mak
......\...\......\chatter.ncb
......\...\......\chatter.opt
......\...\......\chatter.plg
......\...\......\Chatter.rc
......\...\......\chatter.rc2
......\...\......\chatvw.cpp
......\...\......\chatvw.h
......\...\......\hatMember.cpp
......\...\......\hatMember.h
......\...\......\mainfrm.cpp
......\...\......\mainfrm.h
......\...\......\makefile
......\...\......\msg.cpp
......\...\......\msg.h
......\...\......\MyMember.cpp
......\...\......\MyMember.h
......\...\......\res
......\...\......\...\chat.ico
......\...\......\...\chatter.rc2
......\...\......\...\FACE3.ICO
......\...\......\...\toolbar.bmp
......\...\......\resource.h
......\...\......\resrc1.h
......\...\......\RightView.cpp
......\...\......\RightView.h
......\...\......\sendvw.cpp
......\...\......\sendvw.h
......\...\......\setupdlg.cpp
......\...\......\setupdlg.h
......\...\......\stdafx.cpp
......\...\......\stdafx.h
......\...\......\ToolTipWnd.cpp
......\...\......\ToolTipWnd.h
......\...\服务器
......\...\......\chatsrvr.001
......\...\......\chatsrvr.002
......\...\......\ChatSrvr.aps
......\...\......\Chatsrvr.clw
......\...\......\chatsrvr.cpp
......\...\......\chatsrvr.dsp
......\...\......\chatsrvr.dsw
......\...\......\chatsrvr.h
......\...\......\chatsrvr.mak
......\...\......\chatsrvr.ncb
......\...\......\chatsrvr.opt
......\...\......\chatsrvr.plg
......\...\......\ChatSrvr.rc
......\...\......\chatsrvr.rc2
......\...\......\ChatView.cpp
......\...\......\ChatView.h
......\...\......\CleanDlg.cpp
......\...\......\CleanDlg.h
......\...\......\clntsock.cpp
......\...\......\clntsock.h
......\...\......\LeftView.cpp
......\...\......\LeftView.h
......\...\......\lstnsock.cpp
......\...\......\lstnsock.h
......\...\......\mainfrm.cpp
......\...\......\mainfrm.h
......\...\......\makefile
......\...\......\msg.cpp
......\...\......\msg.h
......\...\......\res
......\...\......\...\chatsrvr.rc2
......\...\......\...\Duck.ico
......\...\......\...\toolbar.bmp
......\...\......\resource.h
......\...\......\srvrdoc.cpp
......\...\......\srvrdoc.h
......\...\......\srvrvw.cpp
......\...\......\srvrvw.h
......\...\......\stdafx.cpp
......\...\......\stdafx.h
......\...\聊天室程序报告.doc