資源簡介
C++ 清空回收站(提高篇-實例209).zip
代碼片段和文件信息
//?Clearhsz.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Clearhsz.h“
#include?“ClearhszDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CClearhszApp
BEGIN_MESSAGE_MAP(CClearhszApp?CWinApp)
//{{AFX_MSG_MAP(CClearhszApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CClearhszApp?construction
CClearhszApp::CClearhszApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CClearhszApp?object
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1112??2007-05-08?08:48??Clearhsz\Clearhsz.clw
?????文件????????2091??2007-05-08?08:48??Clearhsz\Clearhsz.cpp
?????文件????????4195??2007-05-08?08:48??Clearhsz\Clearhsz.dsp
?????文件?????????539??2007-05-08?08:48??Clearhsz\Clearhsz.dsw
?????文件????????1346??2007-05-08?08:48??Clearhsz\Clearhsz.h
?????文件???????48640??2013-11-09?10:17??Clearhsz\Clearhsz.opt
?????文件????????5227??2007-05-08?08:48??Clearhsz\Clearhsz.rc
?????文件????????4544??2007-05-08?08:48??Clearhsz\ClearhszDlg.cpp
?????文件????????1421??2007-05-08?08:48??Clearhsz\ClearhszDlg.h
?????文件????????3615??2007-05-08?08:48??Clearhsz\ReadMe.txt
?????文件?????????732??2007-05-08?08:48??Clearhsz\Resource.h
?????文件?????????210??2007-05-08?08:48??Clearhsz\StdAfx.cpp
?????文件????????1054??2007-05-08?08:48??Clearhsz\StdAfx.h
?????文件????????1078??2007-05-08?08:48??Clearhsz\res\Clearhsz.ico
?????文件?????????400??2007-05-08?08:48??Clearhsz\res\Clearhsz.rc2
- 上一篇:C++ 枚舉模塊中所有圖標
- 下一篇:C++ 利用臨界區實現線程同步
評論
共有 條評論