Skip to content

Q5Ca/Client-Server-Chat-multithread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Server-Client chat using C++

A chatting application in console to make you like a hacker 😋

Compiling

  • If you use Dev-C++, you need to link libws2_32.a (WinSock2) and libadvapi32.a (Instruction)
  • If you use VS or BuildTools
    cl /EHsc server.cpp
    cl /EHsc clents.cpp

Task list

  • Multi-clients support.
  • Implement secure communication.

Screenshot

v2.0

v2.0

v1.0

v1.0

Releases

No releases published

Packages

No packages published

Languages