资源简介
功能详细,简单易懂!分为两个主模块,客户系统和服务器系统,可以在多太机器上运行,共同连接到服务器系统上!
代码片段和文件信息
// client.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “client.h“
#include “clientDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CClientApp
BEGIN_MESSAGE_MAP(CClientApp CWinApp)
//{{AFX_MSG_MAP(CClientApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CClientApp construction
CClientApp::CClientApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CClientApp object
CClientApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CClientApp initialization
BOOL CClientApp::InitInstance()
{
if (!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_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
CClientDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 21848 2010-12-14 18:14 fuck you\library3最终版\client\client.aps
文件 1889 2011-02-08 17:05 fuck you\library3最终版\client\client.clw
文件 2157 2009-07-12 11:17 fuck you\library3最终版\client\client.cpp
文件 4287 2009-07-12 12:12 fuck you\library3最终版\client\client.dsp
文件 537 2009-07-12 11:17 fuck you\library3最终版\client\client.dsw
文件 1324 2009-07-12 11:17 fuck you\library3最终版\client\client.h
文件 82944 2011-02-08 17:05 fuck you\library3最终版\client\client.ncb
文件 146944 2011-02-08 17:05 fuck you\library3最终版\client\client.opt
文件 1011 2010-12-15 21:26 fuck you\library3最终版\client\client.plg
文件 6289 2010-12-11 10:59 fuck you\library3最终版\client\client.rc
文件 8598 2010-12-15 20:53 fuck you\library3最终版\client\clientDlg.cpp
文件 1676 2010-12-15 20:53 fuck you\library3最终版\client\clientDlg.h
文件 118881 2010-12-15 21:26 fuck you\library3最终版\client\Debug\client.exe
文件 240716 2010-12-15 21:26 fuck you\library3最终版\client\Debug\client.ilk
文件 16824 2010-12-14 18:00 fuck you\library3最终版\client\Debug\client.obj
文件 5565408 2010-12-14 18:00 fuck you\library3最终版\client\Debug\client.pch
文件 304128 2010-12-15 21:26 fuck you\library3最终版\client\Debug\client.pdb
文件 3124 2010-12-14 18:00 fuck you\library3最终版\client\Debug\client.res
文件 48783 2010-12-15 21:26 fuck you\library3最终版\client\Debug\clientDlg.obj
文件 8316 2010-12-14 18:00 fuck you\library3最终版\client\Debug\MySocket.obj
文件 106820 2010-12-14 18:00 fuck you\library3最终版\client\Debug\StdAfx.obj
文件 222208 2011-02-08 17:02 fuck you\library3最终版\client\Debug\vc60.idb
文件 364544 2010-12-15 21:26 fuck you\library3最终版\client\Debug\vc60.pdb
文件 1625 2009-07-12 16:35 fuck you\library3最终版\client\MySocket.cpp
文件 1296 2010-12-12 14:20 fuck you\library3最终版\client\MySocket.h
文件 3579 2009-07-12 11:17 fuck you\library3最终版\client\ReadMe.txt
文件 1078 2009-07-12 11:17 fuck you\library3最终版\client\res\client.ico
文件 398 2009-07-12 11:17 fuck you\library3最终版\client\res\client.rc2
文件 1235 2010-12-11 10:59 fuck you\library3最终版\client\resource.h
文件 208 2009-07-12 11:17 fuck you\library3最终版\client\StdAfx.cpp
............此处省略56个文件信息
- 上一篇:MFC智能停车场管理系统
- 下一篇:COM本质论.pdf )
相关资源
- MFC智能停车场管理系统
- VC++阳历(公历)到阴历(农历)转换
- VC++用MFC做选课系统
- MFC VC++实现Sierpinski分形图像
- MFC基于对话框的气体浓度检测系统
- 功能强大的多条曲线绘制类 (MFC,
- vc++ opengl代码爆炸
- 酒店客房预定系统vc++)
- vc++变成经典小游戏源码
- 车牌识别系统VC++开发
- MFC_带进度条的状态栏
- 精通VC++指纹模式识别系统算法(源码
- 用C++写的FTP客户端
- c++编写的十字路口交通灯程序
- 禁忌搜索算法30城市TSP问题C++源代码
- MFC多人聊天室
- MFC深入浅出带目录完整版
- C++实现AES、DES加密算法含MFC界面
- MFC写的一个汉字取模软件
- 图书管理系统.cpp
- c++P2P视频技术源码(VC++)
- VC++开发IE ActiveX控件
- MFC Tab control 重绘便签边框和主框 背景
- VC++6.0 简体中文版 msdn
- VC++2010(VC++最新版!)
- High-speed Charting ControlMFC绘图控件
- VC6.0MFC界面美化
- 基于MFC的无线串口调试工具-哈工大威
- 24点应用游戏MFC版
- 页面置换算法用MFC实现了
评论
共有 条评论