文件名称:chatserver
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-06-03
- 文件大小:
- 52kb
- 下载次数:
- 0次
- 提 供 者:
- gpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
又一个简单的VC聊天室程序,分为聊天室客户端和聊天室服务端代码,在服务端中你可以设置聊天服务器端口,设置服务器IP地址,监控聊天内容等功能。客户端主要是连接服务端,连接成功后提供消息发送功能,与QQ聊天软件的基本原理相似。-VC has a simple chat room procedures, divided into chat rooms and chat rooms service client-side code, the server you can set the chat server port, set the server IP address, monitoring chat and other functions. The client is connected to the main server to provide messaging functionality After a successful connection, the basic principle is similar to QQ chat software.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Server\ClientSocket.cpp
......\ClientSocket.h
......\ReadMe.txt
......\res\03.ico
......\...\Server.ico
......\...\Server.rc2
......\resource.h
......\Server.aps
......\Server.clw
......\Server.cpp
......\Server.dsp
......\Server.dsw
......\Server.h
......\Server.rc
......\ServerDlg.cpp
......\ServerDlg.h
......\ServerSocket.cpp
......\ServerSocket.h
......\StdAfx.cpp
......\StdAfx.h
Client\Client.aps
......\Client.clw
......\Client.cpp
......\Client.dsp
......\Client.dsw
......\Client.h
......\Client.rc
......\ClientDlg.cpp
......\ClientDlg.h
......\ClientSocket.cpp
......\ClientSocket.h
......\ReadMe.txt
......\res\42.ico
......\...\Client.ico
......\...\Client.rc2
......\resource.h
......\StdAfx.cpp
......\StdAfx.h
Server\res
Client\res
Server
Client