# simple_chatting_room **Repository Path**: onXoot/simple_chatting_room ## Basic Information - **Project Name**: simple_chatting_room - **Description**: Linux下c++11多线程聊天室 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2014-05-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #simple_chatting_room 刚看的c++11多线程,写个聊天室试试
编译的时候加上 c++11 和 多线程库
g++ -Wall -std=c++0x -pthread -o server server.cpp
详见 makefile
server 和client 都是 q 退出