Simple Internet chatting program written fully in C++, works via TCP protocol
Build: make
Run:
bin/server
bin/client <ip> <port> <username>
This repository has been archived by the owner on May 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
allenvox/chat-pthread
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Internet chatting program (client + server) written in C++ using pthread lib