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

资源简介

C++ 批量删除指定类型的文件(提高篇-实例206).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DeleteMFile.h“
#include “DeleteMFileDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDeleteMFileApp

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

/////////////////////////////////////////////////////////////////////////////
// CDeleteMFileApp construction

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

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1204  2007-05-08 08:48  DeleteMFile\DeleteMFile.clw
     文件        2133  2007-05-08 08:48  DeleteMFile\DeleteMFile.cpp
     文件        4249  2007-05-08 08:48  DeleteMFile\DeleteMFile.dsp
     文件         547  2007-05-08 08:48  DeleteMFile\DeleteMFile.dsw
     文件        1379  2007-05-08 08:48  DeleteMFile\DeleteMFile.h
     文件       48640  2013-11-08 17:01  DeleteMFile\DeleteMFile.opt
     文件        5405  2007-05-08 08:48  DeleteMFile\DeleteMFile.rc
     文件        5012  2007-05-08 08:48  DeleteMFile\DeleteMFileDlg.cpp
     文件        1417  2007-05-08 08:48  DeleteMFile\DeleteMFileDlg.h
     文件         781  2007-05-08 08:48  DeleteMFile\resource.h
     文件         213  2007-05-08 08:48  DeleteMFile\StdAfx.cpp
     文件        1054  2007-05-08 08:48  DeleteMFile\StdAfx.h
     文件        1078  2007-05-08 08:48  DeleteMFile\res\DeleteMFile.ico
     文件         403  2007-05-08 08:48  DeleteMFile\res\DeleteMFile.rc2

评论

共有 条评论