Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

ajeetgupta80/GroupChat-Multithread-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroupChat is a client-server multithreaded unix based chat application entirely written in c++ that runs on cli.In this different clients can connect to same server over different threads and communicate among themselves.mutex locks are used for safety purpose so during the client thread accessing critial-section it should be safe synchronization.

**BUILD PROCESS **

For running the code there are two ways either run through Makefile or compile.sh file.

Makefile:

       make all      ./server <port>      ./client <port>

compile.sh:

      ./compile.sh       ./server <port>      ./client <port>

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp