文件名称:chat
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- bo***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
利用select函数在linux环境下实现的一个聊天程序,满足要求:
(1)用户默认出于广播模式,一个客户在其客户端发送消息,其他客户端用户全部都可以收到;
(2)程序支持下列命令
/help:显示帮助信息
/quit:用户退出聊天室,同时将退出信息广播给其他用户;
/who:显示在线用户;
/send 户名 消息:向指定用户发送点到点消息。
代码验证通过,保证能运行
-The use of select function in linux environment to achieve a chat program, to meet the requirements: (1) The user default for broadcast mode, a client in its client sends a message to other users all of the client can receive (2) program supports the following command/help: display help information/quit: the user out of chat rooms, while out of the information broadcast to other users /who: Display online users /send username message: send to-point message to the specified user. The code is validated to ensure that can run
(1)用户默认出于广播模式,一个客户在其客户端发送消息,其他客户端用户全部都可以收到;
(2)程序支持下列命令
/help:显示帮助信息
/quit:用户退出聊天室,同时将退出信息广播给其他用户;
/who:显示在线用户;
/send 户名 消息:向指定用户发送点到点消息。
代码验证通过,保证能运行
-The use of select function in linux environment to achieve a chat program, to meet the requirements: (1) The user default for broadcast mode, a client in its client sends a message to other users all of the client can receive (2) program supports the following command/help: display help information/quit: the user out of chat rooms, while out of the information broadcast to other users /who: Display online users /send username message: send to-point message to the specified user. The code is validated to ensure that can run
(系统自动生成,下载前可以参看下载内容)
下载文件列表
chat\IOClient.c
....\IOServer.c
chat
....\IOServer.c
chat