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

资源简介

C++ 判断驱动器类型(提高篇-实例005).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DriverAttri.h“
#include “DriverAttriDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDriverAttriApp

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

/////////////////////////////////////////////////////////////////////////////
// CDriverAttriApp construction

CDriverAttriApp::CDriverAttriApp()

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       25460  2014-01-02 10:19  DriverAttri.aps
     文件        1245  2014-01-02 10:21  DriverAttri.clw
     文件        2133  2007-08-21 15:45  DriverAttri.cpp
     文件        4249  2007-08-21 15:45  DriverAttri.dsp
     文件         547  2007-08-21 15:45  DriverAttri.dsw
     文件        1379  2007-08-21 15:45  DriverAttri.h
     文件      290304  2014-01-02 10:21  DriverAttri.opt
     文件        5437  2007-08-21 15:45  DriverAttri.rc
     文件        5520  2007-08-21 15:45  DriverAttriDlg.cpp
     文件        1426  2007-08-21 15:45  DriverAttriDlg.h
     文件         827  2007-08-21 15:45  resource.h
     文件         213  2007-08-21 15:45  StdAfx.cpp
     文件        1054  2007-08-21 15:45  StdAfx.h
     文件        5694  2007-08-21 15:45  res\DriverAttri.ico
     文件         403  2007-08-21 15:45  res\DriverAttri.rc2

评论

共有 条评论