資源簡介
C++ 創(chuàng)建目錄(提高篇-實例235).zip
代碼片段和文件信息
//?CreateFolder.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CreateFolder.h“
#include?“CreateFolderDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCreateFolderApp
BEGIN_MESSAGE_MAP(CCreateFolderApp?CWinApp)
//{{AFX_MSG_MAP(CCreateFolderApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCreateFolderApp?construction
CCreateFolderApp::CCreateFolderApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?Th
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????35864??2013-11-15?13:36??CreateFolder\CreateFolder.aps
?????文件????????1205??2013-11-15?13:49??CreateFolder\CreateFolder.clw
?????文件????????2147??2007-05-08?08:48??CreateFolder\CreateFolder.cpp
?????文件????????4268??2013-11-15?13:49??CreateFolder\CreateFolder.dsp
?????文件?????????547??2007-05-08?08:48??CreateFolder\CreateFolder.dsw
?????文件????????1390??2007-05-08?08:48??CreateFolder\CreateFolder.h
?????文件???????48640??2013-11-15?13:49??CreateFolder\CreateFolder.opt
?????文件????????5337??2013-11-15?13:36??CreateFolder\CreateFolder.rc
?????文件????????4654??2013-11-15?13:49??CreateFolder\CreateFolderDlg.cpp
?????文件????????1415??2013-11-15?13:35??CreateFolder\CreateFolderDlg.h
?????文件????????3687??2007-05-08?08:48??CreateFolder\ReadMe.txt
?????文件?????????782??2007-05-08?08:48??CreateFolder\Resource.h
?????文件?????????214??2007-05-08?08:48??CreateFolder\StdAfx.cpp
?????文件????????1054??2007-05-08?08:48??CreateFolder\StdAfx.h
?????文件????????1078??2007-05-08?08:48??CreateFolder\res\CreateFolder.ico
?????文件?????????404??2007-05-08?08:48??CreateFolder\res\CreateFolder.rc2
- 上一篇:C++ 重命名存儲過程
- 下一篇:C++ 創(chuàng)建多級目錄
評論
共有 條評論