MICROSOFT FOUNDATION CLASS LIBRARY : ChatClient AppWizard has created this ChatClient application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your appl
这是一个linux下基于多线程的聊天室的服务器和客户端源代码.通过这个源程序,可以较快地掌握linux下基本的网络编程。 里面共有7个c++源文件,6个头文件,一个Makefile文件(和生成好的服务端和客户端及目标文件),只要在linux下执行make命令就可以产生服务端chatServer及客户端chatClient, make clean命令删除服务端和客户端及目标文件.