資源簡介
C++ 批量文件夾重命名(提高篇-實例240).zip
代碼片段和文件信息
//?RenameMDir.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“RenameMDir.h“
#include?“RenameMDirDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CRenameMDirApp
BEGIN_MESSAGE_MAP(CRenameMDirApp?CWinApp)
//{{AFX_MSG_MAP(CRenameMDirApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CRenameMDirApp?construction
CRenameMDirApp::CRenameMDirApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CRe
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3651??2013-11-18?13:51??ReadMe.txt
?????文件???????21012??2013-11-19?08:39??RenameMDir.aps
?????文件????????1222??2013-11-19?09:02??RenameMDir.clw
?????文件????????2119??2013-11-18?13:51??RenameMDir.cpp
?????文件????????4231??2013-11-18?13:51??RenameMDir.dsp
?????文件?????????543??2013-11-18?13:51??RenameMDir.dsw
?????文件????????1368??2013-11-18?13:51??RenameMDir.h
?????文件???????48640??2013-11-19?09:02??RenameMDir.opt
?????文件????????5430??2013-11-18?15:00??RenameMDir.rc
?????文件????????5374??2013-11-19?09:02??RenameMDirDlg.cpp
?????文件????????1427??2013-11-18?14:57??RenameMDirDlg.h
?????文件?????????826??2013-11-18?14:59??Resource.h
?????文件?????????212??2013-11-18?13:51??StdAfx.cpp
?????文件????????1054??2013-11-18?13:51??StdAfx.h
?????文件????????1078??2013-11-18?13:51??res\RenameMDir.ico
?????文件?????????402??2013-11-18?13:51??res\RenameMDir.rc2
- 上一篇:C++ 使用COMPUTE子句
- 下一篇:C++ 使用COMPUTE BY子句
評論
共有 條評論