資源簡介
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
- 上一篇:C++ 創建線程
- 下一篇:C++ 文件的簡單加密
評論
共有 條評論