资源简介
在windows下实现的一个聊天程序 ,包含服务器端、客户端源码,可运行,在vs2010中实践
代码片段和文件信息
// ChatClient.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “ChatClient.h“
#include “MainFrm.h“
#include “ChatClientDoc.h“
#include “ChatClientView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChatClientApp
BEGIN_MESSAGE_MAP(CChatClientApp CWinApp)
//{{AFX_MSG_MAP(CChatClientApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChatClientApp construction
CChatClientApp::CChatClientApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CChatClientApp object
CChatClientApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CChatClientApp initialization
BOOL CChatClientApp::InitInstance()
{
// CG: The following block was added by the Windows Sockets component.
{
if (!AfxSocketInit())
{
AfxMessageBox(CG_IDS_SOCKETS_INIT_FAILED);
return FALSE;
}
}
// Initialize OLE libraries
if (!AfxOleInit())
{
AfxMessageBox(IDP_OLE_INIT_FAILED);
return FALSE;
}
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CChatClientDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CChatClientView));
pDocTemplate->SetContainerInfo(IDR_CNTR_INPLACE);
AddDocTemplate(pD 属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 42172 2009-03-12 12:25 第三章\chat\ChatClient\ChatClient.aps
文件 4812 2009-03-12 12:34 第三章\chat\ChatClient\ChatClient.clw
文件 4659 2001-07-17 17:20 第三章\chat\ChatClient\ChatClient.cpp
文件 5502 2001-07-17 17:20 第三章\chat\ChatClient\ChatClient.dsp
文件 543 2001-07-17 17:20 第三章\chat\ChatClient\ChatClient.dsw
文件 1400 2001-07-17 17:20 第三章\chat\ChatClient\ChatClient.h
文件 164864 2009-03-12 12:34 第三章\chat\ChatClient\ChatClient.ncb
文件 71680 2009-03-12 12:34 第三章\chat\ChatClient\ChatClient.opt
文件 1224 2001-07-17 17:21 第三章\chat\ChatClient\ChatClient.plg
文件 21658 2001-07-17 17:21 第三章\chat\ChatClient\ChatClient.rc
文件 8456 2001-07-17 17:21 第三章\chat\ChatClient\ChatClientDoc.cpp
文件 2205 2001-07-17 17:21 第三章\chat\ChatClient\ChatClientDoc.h
文件 5234 2001-07-17 17:21 第三章\chat\ChatClient\ChatClientView.cpp
文件 2041 2001-07-17 17:21 第三章\chat\ChatClient\ChatClientView.h
文件 779 2001-07-17 17:21 第三章\chat\ChatClient\ChatSocket.cpp
文件 700 2001-07-17 17:21 第三章\chat\ChatClient\ChatSocket.h
文件 1167 2001-07-17 17:21 第三章\chat\ChatClient\CntrItem.cpp
文件 1606 2001-07-17 17:21 第三章\chat\ChatClient\CntrItem.h
文件 1068 2001-07-17 17:21 第三章\chat\ChatClient\Login.cpp
文件 1220 2001-07-17 17:21 第三章\chat\ChatClient\Login.h
文件 4312 2001-07-17 17:21 第三章\chat\ChatClient\MainFrm.cpp
文件 1830 2001-07-17 17:21 第三章\chat\ChatClient\MainFrm.h
文件 1589 2001-07-17 17:21 第三章\chat\ChatClient\Message.cpp
文件 850 2001-07-17 17:21 第三章\chat\ChatClient\Message.h
文件 1817 2001-07-17 17:21 第三章\chat\ChatClient\OnlineBar.cpp
文件 989 2001-07-17 17:21 第三章\chat\ChatClient\OnlineBar.h
文件 2221 2001-07-17 17:21 第三章\chat\ChatClient\OnlineList.cpp
文件 1346 2001-07-17 17:21 第三章\chat\ChatClient\OnlineList.h
文件 4740 2001-07-17 17:21 第三章\chat\ChatClient\ReadMe.txt
文件 53248 2001-07-17 17:20 第三章\chat\ChatClient\Release\ChatClient.exe
............此处省略147个文件信息
相关资源
- 基于MFC的TCP调试助手源码95706
- 基于mfc的多线程文件传输
- MFC数字钟(基于VC6.0)
- VC++MFC小游戏实例教程(实例)+MFC类库
- ChartCtrl控件库(可在VS2019中使用)
- 商品库存管理系统 C++ MFC
- vscode作为编辑器开发stm32f103c8
- mfc 调用redis
- MFC视频播放器源码(支持avi/wma/mp3等格
- mfc绘图大全(画直线、矩形、椭圆)
- vs2008 can总线通讯源码
- MFC控件重绘
- hook,捕获所有案件,查找所有窗口,
- (学习)VS2010之MFC入门到精通教程
- MFC文档_视图_框架_模板结构体系深入
- 简单员工管理系统(适合初学MFC)
- 基于VSCode和CMake实现C++开发
- 吕鑫:VS2015之博大精深的0基础C语言视
- MFC五子棋游戏
- MFC UDP编程
- MFC的异步网络通讯应用程序
- C++MFC模块讲解,黑发程序员课程整理
- 一个简单而强大的基于MFC的web server源
- 基于MFC的VC++仿QQ浏览器源码(雏形)
- MFCaccess.rar
- VC++MFC课程设计的学生成绩管理系统
- MFC 日历控件 万年历 Calendar自绘
- CrystalDiskInfo-HDD/SSD硬盘信息,SMART信息
- MFC自定义界面HUI,高效简单,含详细
- H264转化MP4源码
川公网安备 51152502000135号
评论
共有 条评论