This is a simple client server chat application built using C++. The instructions are given below so that you can understand how to run the project.
g++ server.cpp -lpthread -o server
g++ client.cpp -lpthread -o client
./server
./client
A chat room application developed in C++ using the concepts of multi-threading and socket programming.
Submitted by Ashique Sardar (ashik584)
Download packets of source code on Coders Packet
Comments