Multiplayer Chat System With Windows Socket
This sample program shows the foundation of sockets communication, chat system. One central server used to distribute the message for all clients, even with the clients 'own messages. The basics of sockets programming detailed in the sample source code. And this sample referenced from book “[网络游戏服务器编程].(韩)全洪”.
The full source code could be found from here.