Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
/ TcpGroupChat Public archive

A simple client server group chat program using TCP connection cpp and socket programming

Notifications You must be signed in to change notification settings

AditiBagora/TcpGroupChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Build command:
g++ tcpserver_NB.cpp –o tcpserver_NB.exe -pthread 
g++ tcpclient_NB.cpp –o tcpclient_NB.exe -pthread

About

A simple client server group chat program using TCP connection cpp and socket programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages