A chatting application in console to make you like a hacker 😋
- 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
- Multi-clients support.
- Implement secure communication.