資源簡介
C++ 文件合成(提高篇-實例230).zip
代碼片段和文件信息
//?Combine.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Combine.h“
#include?“CombineDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCombineApp
BEGIN_MESSAGE_MAP(CCombineApp?CWinApp)
//{{AFX_MSG_MAP(CCombineApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCombineApp?construction
CCombineApp::CCombineApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCombineApp?object
CCombine
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????36000??2013-11-14?13:07??Combine.aps
?????文件????????1298??2013-11-14?13:08??Combine.clw
?????文件????????2077??2013-11-13?15:39??Combine.cpp
?????文件????????4181??2013-11-13?17:16??Combine.dsp
?????文件?????????537??2013-11-13?15:39??Combine.dsw
?????文件????????1335??2013-11-13?15:39??Combine.h
?????文件???????48640??2013-11-14?13:08??Combine.opt
?????文件????????5579??2013-11-14?13:07??Combine.rc
?????文件????????6095??2013-11-14?11:40??CombineDlg.cpp
?????文件????????1471??2013-11-14?10:14??CombineDlg.h
?????文件????????3597??2013-11-13?15:39??ReadMe.txt
?????文件?????????869??2013-11-14?10:14??Resource.h
?????文件?????????209??2013-11-13?15:39??StdAfx.cpp
?????文件????????1054??2013-11-13?15:39??StdAfx.h
?????文件????????1078??2013-11-13?15:39??res\Combine.ico
?????文件?????????399??2013-11-13?15:39??res\Combine.rc2
- 上一篇:C++ 文件壓縮
- 下一篇:C++ 獲取文件屬性
評論
共有 條評論