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

资源简介

C++ 判断光驱是否有光盘(提高篇-实例004).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CdromInfo.h“
#include “CdromInfoDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCdromInfoApp

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

/////////////////////////////////////////////////////////////////////////////
// CCdromInfoApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCdromInfoAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       25392  2013-10-24 13:16  CdromInfo.aps
     文件        1158  2013-10-24 13:43  CdromInfo.clw
     文件        2105  2007-08-21 15:45  CdromInfo.cpp
     文件        4213  2007-08-21 15:45  CdromInfo.dsp
     文件         543  2007-08-21 15:45  CdromInfo.dsw
     文件        1357  2007-08-21 15:45  CdromInfo.h
     文件       50176  2013-10-24 13:43  CdromInfo.ncb
     文件      290304  2013-10-24 13:43  CdromInfo.opt
     文件        5346  2007-08-21 15:45  CdromInfo.rc
     文件        4850  2007-08-21 15:45  CdromInfoDlg.cpp
     文件        1365  2007-08-21 15:45  CdromInfoDlg.h
     文件        3633  2007-08-21 15:45  ReadMe.txt
     文件         733  2007-08-21 15:45  resource.h
     文件         211  2007-08-21 15:45  StdAfx.cpp
     文件        1054  2007-08-21 15:45  StdAfx.h
     文件        5694  2007-08-21 15:45  res\CdromInfo.ico
     文件         401  2007-08-21 15:45  res\CdromInfo.rc2

评论

共有 条评论