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 “[网络游戏服务器编程].(韩)全洪”.
Socket_chat
The full source code could be found from here.

posted @ 2013-01-17 23:34  opencoder  阅读(149)  评论(0编辑  收藏  举报