========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : ChatRoomServer
========================================================================
AppWizard has created this ChatRoomServer 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 application.
This file contains a summary of what you will find in each of the files that
make up your ChatRoomServer application.
ChatRoomServer.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
ChatRoomServer.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CChatRoomServerApp application class.
ChatRoomServer.cpp
This is the main application source file that contains the application
class CChatRoomServerApp.
ChatRoomServer.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
ChatRoomServer.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to store
information needed to create and edit message maps and dialog data
maps and to create prototype member functions.
res\ChatRoomServer.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file ChatRoomServer.rc.
res\ChatRoomServer.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.
/////////////////////////////////////////////////////////////////////////////
AppWizard creates one dialog class:
ChatRoomServerDlg.h, ChatRoomServerDlg.cpp - the dialog
These files contain your CChatRoomServerDlg class. This class defines
the behavior of your application's main dialog. The dialog's
template is in ChatRoomServer.rc, which can be edited in Microsoft
Visual C++.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named ChatRoomServer.pch and a precompiled types file named StdAfx.obj.
Resource.h
This is the standard header file, which defines new resource IDs.
Microsoft Visual C++ reads and updates this file.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.
/////////////////////////////////////////////////////////////////////////////
没有合适的资源?快使用搜索试试~ 我知道了~
VC ChatRoom聊天室(客户端 服务端).rar
共60个文件
ico:13个
h:12个
cpp:10个
需积分: 27 8 下载量 193 浏览量
2019-07-10
12:15:43
上传
评论 1
收藏 239KB RAR 举报
温馨提示
VC 聊天室(客户端 服务端),CS架构的ChatRoom聊天源码,服务端用来创建公共的聊天服务,比如创建用户列表、显示聊天消息、监控用户数量和在线人数;客户端是提供给用户使用的真正聊天程序,可完成大部分的聊天操作,比如发送聊天内容、选择私聊对象、查看聊天黑名单、设置加密传输消息、设置加密密钥、密文、选择发送表情、自定义昵称等功能。聊天窗口通过调主对话框的成员函数GetMessage来显示聊天信息,当用户数增加时,播放欢迎音乐,当用户数减少时播放离开音乐。 源代码部分,请参照源码目录中命名的文件夹,查看对应功能。
资源推荐
资源详情
资源评论
收起资源包目录
ChatRoom.rar (60个子文件)
codesc.net
聊天室
客户端
resource.h 2KB
ChatRoom.h 1KB
ChatRoom.rc 8KB
ChatRoom.clw 3KB
ChatRoomDlg.cpp 17KB
ChatRoom.dsp 6KB
ChatRoomDlg.h 2KB
ReadMe.txt 4KB
res
ChatRoom.ico 25KB
ico00001.ico 1KB
04.ico 2KB
icon5.ico 1KB
ChatRoom.rc2 400B
message.wav 7KB
icon3.ico 3KB
icon1.ico 1KB
05.ico 2KB
Thumbs.db 3KB
icon2.ico 3KB
02.ico 3KB
icon4.ico 1KB
03.ico 766B
01.ico 2KB
bitmap1.bmp 1KB
leave.wav 11KB
new_user.wav 31KB
无奈.jpg 6KB
ClientSocket.h 1KB
ChatRoom.cpp 2KB
StdAfx.cpp 210B
ChatRoom.aps 131KB
ClientSocket.cpp 1KB
StdAfx.h 1KB
ChatRoom.dsw 524B
服务器端
ClientSocketList.cpp 2KB
ChatRoomServer.rc 6KB
ChatRoomServer.h 1KB
ClientSocketList.h 891B
ReadMe.txt 4KB
ChatRoomServer.dsw 536B
res
ChatRoomServer.ico 25KB
ChatRoomServer.rc2 406B
message.wav 7KB
login.wav 7KB
Thumbs.db 7KB
leave.wav 11KB
new_user.wav 31KB
ClientSocket.h 2KB
ListenSocket.cpp 1007B
Resource.h 1KB
StdAfx.cpp 216B
ChatRoomServer.aps 95KB
ChatRoomServerDlg.cpp 6KB
ListenSocket.h 1KB
ClientSocket.cpp 5KB
ChatRoomServer.cpp 2KB
StdAfx.h 1KB
ChatRoomServer.clw 2KB
ChatRoomServer.dsp 5KB
ChatRoomServerDlg.h 2KB
共 60 条
- 1
资源评论
weixin_39840650
- 粉丝: 411
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- bdwptqmxgj11.zip
- onnxruntime-win-x86
- onnxruntime-win-x64-gpu-1.20.1.zip
- vs2019 c++20 语法规范 头文件 <ratio> 的源码阅读与注释,处理分数的存储,加减乘除,以及大小比较等运算
- 首次尝试使用 Win,DirectX C++ 中的形状渲染套件.zip
- 预乘混合模式是一种用途广泛的三合一混合模式 它已经存在很长时间了,但似乎每隔几年就会被重新发现 该项目包括使用预乘 alpha 的描述,示例和工具 .zip
- 项目描述 DirectX 引擎支持版本 9、10、11 库 Microsoft SDK 功能相机视图、照明、加载网格、动画、蒙皮、层次结构界面、动画控制器、网格容器、碰撞系统 .zip
- 项目 wiki 文档中使用的代码教程的源代码库.zip
- 面向对象的通用GUI框架.zip
- 基于Java语言的PlayerBase游戏角色设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功