搜索资源列表
juyuwangchat
- 局域网聊天程序,从买的光盘上得到,希望大家能够喜欢-LAN chat program, buy the CD-ROM to be the hope that people will like
UdpServer
- 简单udp服务器实例~ 端口号已定 来自于一本书的光盘文件-A simple udp server instance ~ port number has been scheduled for a book from the CD-ROM file
jishitongxunxitong
- 即时通信系统(Java实现)(C C++程序员面试宝典)光盘-Instant messaging system (Java implementation) (C C++ programmers interview book) CD-ROM
基于 C++ 的网络在线聊天系统
- 我们将使用 TCP 套接字进行通信,并使用多线程处理多个客户端连接。 首先创建项目结构: chat-system/ ├── src/ │ ├── server/ │ │ ├── server.cpp │ │ ├── server.h │ │ └── main.cpp │ └── client/ │ ├── client.cpp │ ├── client.h │ └── main.cpp └── CMake