Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.
/ chat-pthread Public archive

Internet chatting program (client + server) written in C++ using pthread lib

Notifications You must be signed in to change notification settings

allenvox/chat-pthread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-pthread

Simple Internet chatting program written fully in C++, works via TCP protocol

Build: make

Run:
bin/server
bin/client <ip> <port> <username>