This chatroom is a simple chatroom written in c++, socket and multithread.
The makefile provided under the repo will create bin
and obj
directory. The compiled object file will be stored in obj
and the executables will be stored in bin
.
Build command:
make
cd ./bin
./server
The first argument of client is the ipaddress to the server and the second argument is the user name. The maximum length of user name is 16 characters.
cd ./bin
./client ${IPaddress to server} ${name}
- CY Yang - NekoSaiKou
- Peter - peter1719