資源簡介
C++ 還原數據庫(提高篇-實例282).zip
代碼片段和文件信息
//?Restore.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Restore.h“
#include?“RestoreDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CRestoreApp
BEGIN_MESSAGE_MAP(CRestoreApp?CWinApp)
//{{AFX_MSG_MAP(CRestoreApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CRestoreApp?construction
CRestoreApp::CRestoreApp()
{
//?TODO:?add?construction?code
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????90081??2007-08-21?15:46??msado15.tlh
?????文件???????76383??2007-08-21?15:46??msado15.tli
?????文件????????3597??2007-08-21?15:46??ReadMe.txt
?????文件?????????823??2007-08-21?15:46??resource.h
?????文件???????20988??2013-10-30?16:49??Restore.aps
?????文件????????1182??2013-10-31?10:39??Restore.clw
?????文件????????2119??2007-08-21?15:46??Restore.cpp
?????文件????????4177??2007-08-21?15:46??Restore.dsp
?????文件?????????537??2007-08-21?15:46??Restore.dsw
?????文件????????1335??2007-08-21?15:46??Restore.h
?????文件??????123904??2013-10-31?10:40??Restore.ncb
?????文件??????655360??2013-10-31?10:40??Restore.opt
?????文件????????1841??2013-10-30?16:49??Restore.plg
?????文件????????5397??2007-08-21?15:46??Restore.rc
?????文件????????5616??2007-08-21?15:46??RestoreDlg.cpp
?????文件????????1522??2007-08-21?15:46??RestoreDlg.h
?????文件?????????209??2007-08-21?15:46??StdAfx.cpp
?????文件????????1178??2007-08-21?15:46??StdAfx.h
?????文件???????90737??2009-07-14?09:15??Debug\msado15.tlh
?????文件???????76673??2009-07-14?09:15??Debug\msado15.tli
?????文件??????118865??2013-10-30?16:49??Debug\Restore.exe
?????文件??????251088??2013-10-30?16:49??Debug\Restore.ilk
?????文件???????18296??2013-10-30?16:49??Debug\Restore.obj
?????文件?????7703972??2013-10-30?16:49??Debug\Restore.pch
?????文件??????443392??2013-10-30?16:49??Debug\Restore.pdb
?????文件????????2604??2013-10-30?16:49??Debug\Restore.res
?????文件???????74966??2013-10-30?16:49??Debug\RestoreDlg.obj
?????文件??????133616??2013-10-30?16:49??Debug\StdAfx.obj
?????文件??????230400??2013-10-31?10:39??Debug\vc60.idb
?????文件??????552960??2013-10-30?16:49??Debug\vc60.pdb
?????文件????????1078??2007-08-21?15:46??res\Restore.ico
............此處省略1個文件信息
評論
共有 條評論