• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

C++ 映射网络驱动器(提高篇-实例529).zip

资源截图

代码片段和文件信息

// Mapping.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “Mapping.h“
#include “MappingDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMappingApp

BEGIN_MESSAGE_MAP(CMappingApp CWinApp)
//{{AFX_MSG_MAP(CMappingApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CMappingApp construction

CMappingApp::CMappingApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CMappingApp object

CMapping

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       21044  2013-11-22 13:26  Mapping\Mapping.aps
     文件        1245  2013-11-22 14:47  Mapping\Mapping.clw
     文件        2077  2007-05-08 08:52  Mapping\Mapping.cpp
     文件        4214  2013-11-22 14:47  Mapping\Mapping.dsp
     文件         537  2007-05-08 08:52  Mapping\Mapping.dsw
     文件        1335  2007-05-08 08:52  Mapping\Mapping.h
     文件       48640  2013-11-22 14:47  Mapping\Mapping.opt
     文件        5441  2007-05-08 08:52  Mapping\Mapping.rc
     文件        5083  2013-11-22 14:47  Mapping\MappingDlg.cpp
     文件        1391  2007-05-08 08:52  Mapping\MappingDlg.h
     文件        3597  2007-05-08 08:52  Mapping\ReadMe.txt
     文件         915  2007-05-08 08:52  Mapping\Resource.h
     文件         209  2007-05-08 08:52  Mapping\StdAfx.cpp
     文件        1054  2007-05-08 08:52  Mapping\StdAfx.h
     文件        1078  2007-05-08 08:52  Mapping\res\Mapping.ico
     文件         399  2007-05-08 08:52  Mapping\res\Mapping.rc2

评论

共有 条评论