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

资源简介

C++ 判断是否插入存储器(提高篇-实例003).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DeviceInfo.h“
#include “DeviceInfoDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDeviceInfoApp

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

/////////////////////////////////////////////////////////////////////////////
// CDeviceInfoApp construction

CDeviceInfoApp::CDeviceInfoApp()
{
// 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       21116  2013-10-24 11:56  DeviceInfo.aps
     文件        1134  2013-10-24 11:56  DeviceInfo.clw
     文件        2119  2007-08-21 15:45  DeviceInfo.cpp
     文件        4231  2007-08-21 15:45  DeviceInfo.dsp
     文件         545  2007-08-21 15:45  DeviceInfo.dsw
     文件        1368  2007-08-21 15:45  DeviceInfo.h
     文件       58368  2013-10-24 11:56  DeviceInfo.ncb
     文件      290304  2013-10-24 11:56  DeviceInfo.opt
     文件        1005  2013-10-24 11:56  DeviceInfo.plg
     文件        5833  2007-08-21 15:45  DeviceInfo.rc
     文件        4885  2013-10-24 11:56  DeviceInfoDlg.cpp
     文件        1637  2007-08-21 15:45  DeviceInfoDlg.h
     文件        3651  2007-08-21 15:45  ReadMe.txt
     文件         734  2007-08-21 15:45  resource.h
     文件         212  2007-08-21 15:45  StdAfx.cpp
     文件        1054  2007-08-21 15:45  StdAfx.h
     文件        1078  2007-08-21 15:45  res\DeviceInfo.ico
     文件         402  2007-08-21 15:45  res\DeviceInfo.rc2

评论

共有 条评论