資源簡介
C++ 獲取文件擴展名(提高篇-實例220).zip
代碼片段和文件信息
//?Extend.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Extend.h“
#include?“ExtendDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CExtendApp
BEGIN_MESSAGE_MAP(CExtendApp?CWinApp)
//{{AFX_MSG_MAP(CExtendApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CExtendApp?construction
CExtendApp::CExtendApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CExtendApp?object
CExtendApp?theApp;
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????35392??2013-11-12?10:56??Extend.aps
?????文件????????1012??2013-11-12?11:07??Extend.clw
?????文件????????2063??2013-11-12?10:53??Extend.cpp
?????文件????????4159??2013-11-12?10:53??Extend.dsp
?????文件?????????535??2013-11-12?10:53??Extend.dsw
?????文件????????1324??2013-11-12?10:53??Extend.h
?????文件???????48640??2013-11-12?11:07??Extend.opt
?????文件????????5146??2013-11-12?10:56??Extend.rc
?????文件????????4399??2013-11-12?10:56??ExtendDlg.cpp
?????文件????????1366??2013-11-12?10:53??ExtendDlg.h
?????文件????????3579??2013-11-12?10:53??ReadMe.txt
?????文件?????????684??2013-11-12?10:56??Resource.h
?????文件?????????208??2013-11-12?10:53??StdAfx.cpp
?????文件????????1054??2013-11-12?10:53??StdAfx.h
?????文件????????1078??2013-11-12?10:53??res\Extend.ico
?????文件?????????398??2013-11-12?10:53??res\Extend.rc2
- 上一篇:C++ 設置文件只讀屬性
- 下一篇:C++ 重命名文件
評論
共有 條評論