文件名称:chat
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-01-09
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- wujia*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
有一个服务器端 有多个客户端
先启动服务器,服务器端永不退出,或者信号退出。
启动客户端,输入一个昵称,连接服务器,把昵称发给服务器
服务器收到客户的连接请求后,启动一个新的线程与客户端进行交互-There is a server has multiple clients
First start the server, the server never quit, or exit signal.
Start the client, enter a nickname, connect to the server, the nickname to the server
After the server receives a connection request of customers, start a new thread to interact with the client
先启动服务器,服务器端永不退出,或者信号退出。
启动客户端,输入一个昵称,连接服务器,把昵称发给服务器
服务器收到客户的连接请求后,启动一个新的线程与客户端进行交互-There is a server has multiple clients
First start the server, the server never quit, or exit signal.
Start the client, enter a nickname, connect to the server, the nickname to the server
After the server receives a connection request of customers, start a new thread to interact with the client
(系统自动生成,下载前可以参看下载内容)
下载文件列表
chat
....\client.c
....\server.c