文件名称:Multiplayer-chat-room
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [Windows] [Visual C] [源码]
- 上传时间:
- 2013-03-15
- 文件大小:
- 80kb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
多人同时对话的VC++聊天程序,含服务器和用户端,服务器端启动后需手动进入监听状态,然后启动客户端,先指定IP然后进行连接,连接成功会有提示,成功后就可发送消息了。 你可以随便发一些消息测试一下,这些消息会同时显示在客户端与服务端上,在客户端登录时可指定一个用户名,可以指定多个用户,因此它是一个多人同时聊天的程序。-Multiplayer dialogue simultaneously VC++ of chat program, including server and client, server-side starts manually entering listening state, and then start the client first and then proceed to specify the IP connection, the connection is successful will be prompted, you can send a message after the success of the . You can easily send some message testing, these messages will be displayed simultaneously on the client and server, the client login can specify a user name, you can specify more than one user, so it is a multiplayer chat programs simultaneously.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VC++多人聊天室\CLIENT\CLIENT.APS
..............\......\CLIENT.CLW
..............\......\CLIENT.CPP
..............\......\CLIENT.DSP
..............\......\CLIENT.DSW
..............\......\CLIENT.H
..............\......\CLIENT.RC
..............\......\CLIENTDLG.CPP
..............\......\CLIENTDLG.H
..............\......\CLIENTDLGH.BAK
..............\......\IPDLG.CPP
..............\......\IPDLG.H
..............\......\README.TXT
..............\......\..S\CLIENT.ICO
..............\......\...\CLIENT.RC2
..............\......\RESOURCE.H
..............\......\STDAFX.CPP
..............\......\STDAFX.H
..............\readme.doc
..............\SERVER\MAINFRM.CPP
..............\......\MAINFRM.H
..............\......\README.TXT
..............\......\..S\SERVER.ICO
..............\......\...\SERVER.RC2
..............\......\...\SERVERDOC.ICO
..............\......\RESOURCE.H
..............\......\SERVER.001
..............\......\SERVER.APS
..............\......\SERVER.CLW
..............\......\SERVER.CPP
..............\......\SERVER.DSP
..............\......\SERVER.DSW
..............\......\SERVER.H
..............\......\SERVER.RC
..............\......\SERVERDOC.CPP
..............\......\SERVERDOC.H
..............\......\SERVERVIEW.CPP
..............\......\SERVERVIEW.H
..............\......\STDAFX.CPP
..............\......\STDAFX.H
..............\CLIENT\RES
..............\SERVER\RES
..............\CLIENT
..............\SERVER
VC++多人聊天室