Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 406 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 406 Bytes

MultiplayerChatRoom

windows基于winsock2实现聊天室程序

contact_server.cpp 服务端 contact_client.cpp 客户端 public_detail.h 公共头文件 client_detail.h 客户端头文件 server_detail.h 服务端头文件

在windows环境下使用,编译加上-lwsock32选项

使用时启动服务端然后启动客户端即可,用户根据自身需求修改IP地址和端口