資源簡介
C++ 創建多級目錄(提高篇-實例237).zip
代碼片段和文件信息
//?CreateMulDir.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CreateMulDir.h“
#include?“CreateMulDirDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCreateMulDirApp
BEGIN_MESSAGE_MAP(CCreateMulDirApp?CWinApp)
//{{AFX_MSG_MAP(CCreateMulDirApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCreateMulDirApp?construction
CCreateMulDirApp::CCreateMulDirApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?Th
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????25448??2013-11-15?15:44??CreateMulDir.aps
?????文件????????1183??2013-11-15?17:07??CreateMulDir.clw
?????文件????????2147??2007-08-21?15:46??CreateMulDir.cpp
?????文件????????4267??2007-08-21?15:46??CreateMulDir.dsp
?????文件?????????549??2007-08-21?15:46??CreateMulDir.dsw
?????文件????????1390??2007-08-21?15:46??CreateMulDir.h
?????文件???????48640??2013-11-15?17:07??CreateMulDir.opt
?????文件????????5330??2007-08-21?15:46??CreateMulDir.rc
?????文件????????5008??2013-11-15?17:06??CreateMulDirDlg.cpp
?????文件????????1435??2007-08-21?15:46??CreateMulDirDlg.h
?????文件????????3687??2007-08-21?15:46??ReadMe.txt
?????文件?????????736??2007-08-21?15:46??resource.h
?????文件?????????214??2007-08-21?15:46??StdAfx.cpp
?????文件????????1054??2007-08-21?15:46??StdAfx.h
?????文件????????5694??2007-08-21?15:46??res\CreateMulDir.ico
?????文件?????????404??2007-08-21?15:46??res\CreateMulDir.rc2
- 上一篇:C++ 創建目錄
- 下一篇:C++ 使用COMPUTE子句
評論
共有 條評論