資源簡介
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
- 上一篇:C++ 獲取文件圖標
- 下一篇:C++ 設置文件修改日期
評論
共有 條評論