Description: vc++ LAN chat room, prepared a small program, including client and server side, using MFC write ~ ~ hope to be helpful
To Search:
- [TalkToMe] - VC after school to write a simple LAN ch
File list (Check if you may need any files):
第24章\ChatClient\ChatClient.aps
......\..........\ChatClient.clw
......\..........\ChatClient.cpp
......\..........\ChatClient.dsp
......\..........\ChatClient.dsw
......\..........\ChatClient.h
......\..........\ChatClient.ncb
......\..........\ChatClient.opt
......\..........\ChatClient.plg
......\..........\ChatClient.rc
......\..........\ChatClientDlg.cpp
......\..........\ChatClientDlg.h
......\..........\ReadMe.txt
......\..........\res\ChatClient.ico
......\..........\...\ChatClient.rc2
......\..........\...\html_htm.htm
......\..........\resource.h
......\..........\SocketComm.cpp
......\..........\SocketComm.h
......\..........\SocketManager.cpp
......\..........\SocketManager.h
......\..........\StdAfx.cpp
......\..........\StdAfx.h
......\....Server\ChatServer.aps
......\..........\ChatServer.clw
......\..........\ChatServer.cpp
......\..........\ChatServer.dsp
......\..........\ChatServer.dsw
......\..........\ChatServer.h
......\..........\ChatServer.ncb
......\..........\ChatServer.opt
......\..........\ChatServer.plg
......\..........\ChatServer.rc
......\..........\ChatServerDlg.cpp
......\..........\ChatServerDlg.h
......\..........\ReadMe.txt
......\..........\res\ChatServer.ico
......\..........\...\ChatServer.rc2
......\..........\resource.h
......\..........\SocketComm.cpp
......\..........\SocketComm.h
......\..........\SocketManager.cpp
......\..........\SocketManager.h
......\..........\StdAfx.cpp
......\..........\StdAfx.h
......\....Client\res
......\....Server\res
......\ChatClient
......\ChatServer
第24章