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

资源简介

C++ 检测软驱是否有软盘(提高篇-实例002).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “FloppyReady.h“
#include “FloppyReadyDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFloppyReadyApp

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

/////////////////////////////////////////////////////////////////////////////
// CFloppyReadyApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20676  2013-12-18 09:39  FloppyReady.aps
     文件        1115  2013-12-18 09:47  FloppyReady.clw
     文件        2133  2007-08-21 15:45  FloppyReady.cpp
     文件        4373  2007-08-21 15:45  FloppyReady.dsp
     文件         547  2007-08-21 15:45  FloppyReady.dsw
     文件        1379  2007-08-21 15:45  FloppyReady.h
     文件      290304  2013-12-18 09:47  FloppyReady.opt
     文件        5208  2007-08-21 15:45  FloppyReady.rc
     文件        4552  2007-08-21 15:45  FloppyReadyDlg.cpp
     文件        1421  2007-08-21 15:45  FloppyReadyDlg.h
     文件        3669  2007-08-21 15:45  ReadMe.txt
     文件         689  2007-08-21 15:45  resource.h
     文件       28527  2007-08-21 15:45  scrrun.cpp
     文件       10177  2007-08-21 15:45  scrrun.h
     文件         213  2007-08-21 15:45  StdAfx.cpp
     文件        1054  2007-08-21 15:45  StdAfx.h
     文件        1078  2007-08-21 15:45  res\FloppyReady.ico
     文件         403  2007-08-21 15:45  res\FloppyReady.rc2

评论

共有 条评论