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

资源简介

C++ 删除文件(提高篇-实例205).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DeleteFile.h“
#include “DeleteFileDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDeleteFileApp

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

/////////////////////////////////////////////////////////////////////////////
// CDeleteFileApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CDe

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35684  2013-11-08 16:27  DeleteFile.aps
     文件        1211  2013-11-08 16:30  DeleteFile.clw
     文件        2119  2013-11-08 15:35  DeleteFile.cpp
     文件        4231  2013-11-08 15:35  DeleteFile.dsp
     文件         543  2013-11-08 15:35  DeleteFile.dsw
     文件        1368  2013-11-08 15:35  DeleteFile.h
     文件       48640  2013-11-08 16:30  DeleteFile.opt
     文件        5354  2013-11-08 16:27  DeleteFile.rc
     文件        4647  2013-11-08 16:29  DeleteFileDlg.cpp
     文件        1401  2013-11-08 15:38  DeleteFileDlg.h
     文件        3651  2013-11-08 15:35  ReadMe.txt
     文件         780  2013-11-08 15:41  Resource.h
     文件         212  2013-11-08 15:35  StdAfx.cpp
     文件        1054  2013-11-08 15:35  StdAfx.h
     文件        1078  2013-11-08 15:35  res\DeleteFile.ico
     文件         402  2013-11-08 15:35  res\DeleteFile.rc2

评论

共有 条评论