文件名称:Chat-room
- 所属分类:
- Windows编程
- 资源属性:
- [C/C++] [Windows] [Visual C] [源码]
- 上传时间:
- 2014-08-03
- 文件大小:
- 6.97mb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本软件使用VC++,应用MFC、Socket和TCP的知识编写,由客户端和服务器两部分组成,服务器充当“中转者”的职能,客户端将自己的消息首先发给服务器,服务器再根据需要将它们转发给其它客户端,这是一个类似QQ群功能的聊天室软件。-The software uses VC++, application MFC, Socket and TCP knowledge written by the client and the server of two parts, the server acts as a " transit who" functions, the client will own message first sent to the server, the server then they need to be based on forwarded to other clients, which is a function similar to QQ group chat room software.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
聊天室应用完整版\SelfChat\ClientSocket.cpp
................\........\ClientSocket.h
................\........\Debug\ClientSocket.obj
................\........\.....\ClientSocket.sbr
................\........\.....\SelfChat.bsc
................\........\.....\SelfChat.exe
................\........\.....\SelfChat.ilk
................\........\.....\SelfChat.obj
................\........\.....\SelfChat.pch
................\........\.....\SelfChat.pdb
................\........\.....\SelfChat.res
................\........\.....\SelfChat.sbr
................\........\.....\SelfChatDlg.obj
................\........\.....\SelfChatDlg.sbr
................\........\.....\StdAfx.obj
................\........\.....\StdAfx.sbr
................\........\.....\vc60.idb
................\........\.....\vc60.pdb
................\........\ReadMe.txt
................\........\res\SelfChat.ico
................\........\...\SelfChat.rc2
................\........\resource.h
................\........\SelfChat.aps
................\........\SelfChat.clw
................\........\SelfChat.cpp
................\........\SelfChat.dsp
................\........\SelfChat.dsw
................\........\SelfChat.h
................\........\SelfChat.ncb
................\........\SelfChat.opt
................\........\SelfChat.plg
................\........\SelfChat.rc
................\........\SelfChatDlg.cpp
................\........\SelfChatDlg.h
................\........\StdAfx.cpp
................\........\StdAfx.h
................\........\tagHeader.h
................\....Room\ClientSocket.cpp
................\........\ClientSocket.h
................\........\Debug\ClientSocket.obj
................\........\.....\ClientSocket.sbr
................\........\.....\SelfRoom.bsc
................\........\.....\SelfRoom.exe
................\........\.....\SelfRoom.ilk
................\........\.....\SelfRoom.obj
................\........\.....\SelfRoom.pch
................\........\.....\SelfRoom.pdb
................\........\.....\SelfRoom.res
................\........\.....\SelfRoom.sbr
................\........\.....\SelfRoomDlg.obj
................\........\.....\SelfRoomDlg.sbr
................\........\.....\ServerSocket.obj
................\........\.....\ServerSocket.sbr
................\........\.....\StdAfx.obj
................\........\.....\StdAfx.sbr
................\........\.....\vc60.idb
................\........\.....\vc60.pdb
................\........\ReadMe.txt
................\........\res\SelfRoom.ico
................\........\...\SelfRoom.rc2
................\........\resource.h
................\........\SelfRoom.aps
................\........\SelfRoom.clw
................\........\SelfRoom.cpp
................\........\SelfRoom.dsp
................\........\SelfRoom.dsw
................\........\SelfRoom.h
................\........\SelfRoom.ncb
................\........\SelfRoom.opt
................\........\SelfRoom.plg
................\........\SelfRoom.rc
................\........\SelfRoomDlg.cpp
................\........\SelfRoomDlg.h
................\........\ServerSocket.cpp
................\........\ServerSocket.h
................\........\StdAfx.cpp
................\........\StdAfx.h
................\........\tagHeader.h
................\....Chat\Debug
................\........\res
................\....Room\Debug
................\........\res
................\SelfChat
................\SelfRoom
聊天室应用完整版