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

资源简介

C++ 如何监视硬盘(提高篇-实例016).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “HardDisk.h“
#include “HardDiskDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CHardDiskApp

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

/////////////////////////////////////////////////////////////////////////////
// CHardDiskApp construction

CHardDiskApp::CHardDiskApp()
{
// TODO: add construc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20896  2013-10-25 10:48  HardDisk.aps
     文件        1224  2013-10-25 11:00  HardDisk.clw
     文件        2091  2007-08-21 15:45  HardDisk.cpp
     文件        4195  2007-08-21 15:45  HardDisk.dsp
     文件         541  2007-08-21 15:45  HardDisk.dsw
     文件        1346  2007-08-21 15:45  HardDisk.h
     文件      290304  2013-10-25 11:00  HardDisk.opt
     文件        5436  2007-08-21 15:45  HardDisk.rc
     文件        4982  2007-08-21 15:45  HardDiskDlg.cpp
     文件        1374  2007-08-21 15:45  HardDiskDlg.h
     文件        3615  2007-08-21 15:45  ReadMe.txt
     文件         778  2007-08-21 15:45  resource.h
     文件         210  2007-08-21 15:45  StdAfx.cpp
     文件        1054  2007-08-21 15:45  StdAfx.h
     文件        1078  2007-08-21 15:45  res\HardDisk.ico
     文件         400  2007-08-21 15:45  res\HardDisk.rc2

评论

共有 条评论