文件名称:VCPPP-liaotianshisheji
介绍说明--下载内容均来自于网络,请自行研究使用
VC++写的聊天室程序
实现了如下功能:
1. 用户注册账号
2. 用户注册时可以验证账号是否可用
3. 用户需要有效用户名和密码才能登陆服务器
4. 多人登陆到服务器同时聊天
5. 用户进入退出聊天室时其他的用户都得到通知
6. 服务器实时更新在线用户名单
7. 用户之间可以私聊
8. 支持抖动窗口的发送
9. 服务器可以踢出某个用户
10. 服务器可以关闭某个用户的计算机-VC++ to write a chat program to achieve the following functions: user registration account 2 user registration can verify the account is available 3 users need a valid user name and password to log into the server 4 people login to the server at the same time chat 5 users to enter out of chat rooms when other users are notified 6 server-to-date list of online users 7 users 8 can whisper Support jitter window to send 9 server can kick a user 10 server can turn off a user computer
实现了如下功能:
1. 用户注册账号
2. 用户注册时可以验证账号是否可用
3. 用户需要有效用户名和密码才能登陆服务器
4. 多人登陆到服务器同时聊天
5. 用户进入退出聊天室时其他的用户都得到通知
6. 服务器实时更新在线用户名单
7. 用户之间可以私聊
8. 支持抖动窗口的发送
9. 服务器可以踢出某个用户
10. 服务器可以关闭某个用户的计算机-VC++ to write a chat program to achieve the following functions: user registration account 2 user registration can verify the account is available 3 users need a valid user name and password to log into the server 4 people login to the server at the same time chat 5 users to enter out of chat rooms when other users are notified 6 server-to-date list of online users 7 users 8 can whisper Support jitter window to send 9 server can kick a user 10 server can turn off a user computer
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VC+++聊天室程序设计\ChatRoom2.0\Client\BtnST.cpp
...................\...........\......\BtnST.h
...................\...........\......\Buffer.cpp
...................\...........\......\Buffer.h
...................\...........\......\Client.aps
...................\...........\......\Client.cpp
...................\...........\......\Client.h
...................\...........\......\Client.rc
...................\...........\......\Client.suo
...................\...........\......\Client.vcproj
...................\...........\......\Client.vcproj.Walking-PC.Walking.user
...................\...........\......\Client.vcxproj
...................\...........\......\Client.vcxproj.filters
...................\...........\......\Client.vcxproj.user
...................\...........\......\ClientDlg.cpp
...................\...........\......\ClientDlg.h
...................\...........\......\CLientMsg.cpp
...................\...........\......\CLientMsg.h
...................\...........\......\ClientSocket.cpp
...................\...........\......\ClientSocket.h
...................\...........\......\ConnectDlg.cpp
...................\...........\......\ConnectDlg.h
...................\...........\......\HandleMsg.cpp
...................\...........\......\HandleMsg.h
...................\...........\......\LoginDlg.cpp
...................\...........\......\LoginDlg.h
...................\...........\......\MsgFactory.cpp
...................\...........\......\MsgFactory.h
...................\...........\......\ReadMe.txt
...................\...........\......\Register.cpp
...................\...........\......\Register.h
...................\...........\......\res\Client.ico
...................\...........\......\...\Client.rc2
...................\...........\......\...\icon2.ico
...................\...........\......\...\icon5.ico
...................\...........\......\...\idr_chat.ico
...................\...........\......\...\light.bmp
...................\...........\......\...\Thumbs.db
...................\...........\......\...\usericon.bmp
...................\...........\......\resource.h
...................\...........\......\stdafx.cpp
...................\...........\......\stdafx.h
...................\...........\......\targetver.h
...................\...........\......\UpgradeLog.XML
...................\...........\......\User.h
...................\...........\......\WinXPButtonST.cpp
...................\...........\......\WinXPButtonST.h
...................\...........\Server\Server\ado.cpp
...................\...........\......\......\ado.h
...................\...........\......\......\Buffer.cpp
...................\...........\......\......\Buffer.h
...................\...........\......\......\ClientContxt.h
...................\...........\......\......\IocpServer.cpp
...................\...........\......\......\IocpServer.h
...................\...........\......\......\ManageMsgType.h
...................\...........\......\......\MsgFactory.cpp
...................\...........\......\......\MsgFactory.h
...................\...........\......\......\ReadMe.txt
...................\...........\......\......\res\Server.ico
...................\...........\......\......\...\Server.rc2
...................\...........\......\......\...\Thumbs.db
...................\...........\......\......\...\usericon.bmp
...................\...........\......\......\resource.h
...................\...........\......\......\Server.aps
...................\...........\......\......\Server.cpp
...................\...........\......\......\Server.h
...................\...........\......\......\Server.rc
...................\...........\......\......\Server.vcxproj
...................\...........\......\......\Server.vcxproj.filters
...................\...........\......\......\Server.vcxproj.user
...................\...........\......\......\ServerDlg.cpp
...................\...........\......\......\ServerDlg.h
...................\...........\......\......\ServerMsg.cpp
...................\...........\......\......\ServerMsg.h
...................\..
...................\...........\......\BtnST.h
...................\...........\......\Buffer.cpp
...................\...........\......\Buffer.h
...................\...........\......\Client.aps
...................\...........\......\Client.cpp
...................\...........\......\Client.h
...................\...........\......\Client.rc
...................\...........\......\Client.suo
...................\...........\......\Client.vcproj
...................\...........\......\Client.vcproj.Walking-PC.Walking.user
...................\...........\......\Client.vcxproj
...................\...........\......\Client.vcxproj.filters
...................\...........\......\Client.vcxproj.user
...................\...........\......\ClientDlg.cpp
...................\...........\......\ClientDlg.h
...................\...........\......\CLientMsg.cpp
...................\...........\......\CLientMsg.h
...................\...........\......\ClientSocket.cpp
...................\...........\......\ClientSocket.h
...................\...........\......\ConnectDlg.cpp
...................\...........\......\ConnectDlg.h
...................\...........\......\HandleMsg.cpp
...................\...........\......\HandleMsg.h
...................\...........\......\LoginDlg.cpp
...................\...........\......\LoginDlg.h
...................\...........\......\MsgFactory.cpp
...................\...........\......\MsgFactory.h
...................\...........\......\ReadMe.txt
...................\...........\......\Register.cpp
...................\...........\......\Register.h
...................\...........\......\res\Client.ico
...................\...........\......\...\Client.rc2
...................\...........\......\...\icon2.ico
...................\...........\......\...\icon5.ico
...................\...........\......\...\idr_chat.ico
...................\...........\......\...\light.bmp
...................\...........\......\...\Thumbs.db
...................\...........\......\...\usericon.bmp
...................\...........\......\resource.h
...................\...........\......\stdafx.cpp
...................\...........\......\stdafx.h
...................\...........\......\targetver.h
...................\...........\......\UpgradeLog.XML
...................\...........\......\User.h
...................\...........\......\WinXPButtonST.cpp
...................\...........\......\WinXPButtonST.h
...................\...........\Server\Server\ado.cpp
...................\...........\......\......\ado.h
...................\...........\......\......\Buffer.cpp
...................\...........\......\......\Buffer.h
...................\...........\......\......\ClientContxt.h
...................\...........\......\......\IocpServer.cpp
...................\...........\......\......\IocpServer.h
...................\...........\......\......\ManageMsgType.h
...................\...........\......\......\MsgFactory.cpp
...................\...........\......\......\MsgFactory.h
...................\...........\......\......\ReadMe.txt
...................\...........\......\......\res\Server.ico
...................\...........\......\......\...\Server.rc2
...................\...........\......\......\...\Thumbs.db
...................\...........\......\......\...\usericon.bmp
...................\...........\......\......\resource.h
...................\...........\......\......\Server.aps
...................\...........\......\......\Server.cpp
...................\...........\......\......\Server.h
...................\...........\......\......\Server.rc
...................\...........\......\......\Server.vcxproj
...................\...........\......\......\Server.vcxproj.filters
...................\...........\......\......\Server.vcxproj.user
...................\...........\......\......\ServerDlg.cpp
...................\...........\......\......\ServerDlg.h
...................\...........\......\......\ServerMsg.cpp
...................\...........\......\......\ServerMsg.h
...................\..