Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 543 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 543 Bytes

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