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

资源简介

C++ 检测系统启动模式(提高篇-实例058).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “StartMode.h“
#include “StartModeDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CStartModeApp

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

/////////////////////////////////////////////////////////////////////////////
// CStartModeApp construction

CStartModeApp::CStartModeApp()
{
// TODO: add

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         733  2007-05-08 08:49  StartMode\resource.h
     文件        1067  2007-05-08 08:49  StartMode\StartMode.clw
     文件        2105  2007-05-08 08:49  StartMode\StartMode.cpp
     文件        4213  2007-05-08 08:49  StartMode\StartMode.dsp
     文件         543  2007-05-08 08:49  StartMode\StartMode.dsw
     文件        1357  2007-05-08 08:49  StartMode\StartMode.h
     文件       48640  2013-10-28 15:39  StartMode\StartMode.opt
     文件        5259  2007-05-08 08:49  StartMode\StartMode.rc
     文件        4340  2007-05-08 08:49  StartMode\StartModeDlg.cpp
     文件        1375  2007-05-08 08:49  StartMode\StartModeDlg.h
     文件         211  2007-05-08 08:49  StartMode\StdAfx.cpp
     文件        1054  2007-05-08 08:49  StartMode\StdAfx.h
     文件        1078  2007-05-08 08:49  StartMode\res\StartMode.ico
     文件         401  2007-05-08 08:49  StartMode\res\StartMode.rc2

评论

共有 条评论