# MULTICHAT **Repository Path**: rensnn/multichat ## Basic Information - **Project Name**: MULTICHAT - **Description**: C++ Socket多人聊天室 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-04-10 - **Last Updated**: 2024-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MultiplayerChat #Socket聊天室应用(终端操作) # windows基于winsock2实现聊天室程序 # Chat_Server.cpp 服务端 # Chat_Client.cpp 客户端 # 还在学习用CMakeLists.txt控制编译