搜索资源列表
chat
- 实现多人聊天室,其中默认状态下为广播式聊天,即一个发消息,其它人都能看到,且当用户退出聊天室时,也会通知其他人及服务器端-To achieve more than chat rooms, which by default to broadcast interactive chat, that is, an impending arrival others can see, and when the user out of chat rooms, it will also inform the o
chat
- 利用select函数在linux环境下实现的一个聊天程序,满足要求: (1)用户默认出于广播模式,一个客户在其客户端发送消息,其他客户端用户全部都可以收到; (2)程序支持下列命令 /help:显示帮助信息 /quit:用户退出聊天室,同时将退出信息广播给其他用户; /who:显示在线用户; /send 户名 消息:向指定用户发送点到点消息。 代码验证通过,保证能运行 -The use of select function in linux envir
netter_postorder
- 线程消息广播测试程序有线程启动及消息广播的例子,很好的源码()