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

资源简介

C++ 如何更改分区号(提高篇-实例015).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “PartionNum.h“
#include “PartionNumDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CPartionNumApp

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

/////////////////////////////////////////////////////////////////////////////
// CPartionNumApp construction

CPartionNumApp::CPartionNumApp()
{
// 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       25448  2013-10-25 10:41  PartionNum.aps
     文件        1210  2013-10-25 10:43  PartionNum.clw
     文件        2119  2007-08-21 15:45  PartionNum.cpp
     文件        4231  2007-08-21 15:45  PartionNum.dsp
     文件         545  2007-08-21 15:45  PartionNum.dsw
     文件        1368  2007-08-21 15:45  PartionNum.h
     文件       48640  2013-10-25 10:43  PartionNum.opt
     文件        5465  2007-08-21 15:45  PartionNum.rc
     文件        5183  2007-08-21 15:45  PartionNumDlg.cpp
     文件        1395  2007-08-21 15:45  PartionNumDlg.h
     文件        3651  2007-08-21 15:45  ReadMe.txt
     文件         780  2007-08-21 15:45  resource.h
     文件         212  2007-08-21 15:45  StdAfx.cpp
     文件        1054  2007-08-21 15:45  StdAfx.h
     文件        5694  2007-08-21 15:45  res\PartionNum.ico
     文件         402  2007-08-21 15:45  res\PartionNum.rc2

评论

共有 条评论