資源簡介
內容包含了我們初學者經常會遇到的問題
代碼片段和文件信息
//?Example.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Example.h“
#include?“ExampleDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CExampleApp
BEGIN_MESSAGE_MAP(CExampleApp?CWinApp)
//{{AFX_MSG_MAP(CExampleApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CExampleApp?construction
CExampleApp::CExampleApp()
{
//?TODO:?add?construction?code
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????21392??2004-08-07?09:45??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\Example.aps
?????文件???????1462??2004-08-09?10:15??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\Example.clw
?????文件???????2077??2004-08-06?13:40??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\Example.cpp
?????文件???????4177??2004-08-06?13:40??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\Example.dsp
?????文件????????539??2004-08-06?13:40??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\Example.dsw
?????文件???????1335??2004-08-06?13:40??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\Example.h
?????文件??????74752??2004-08-09?10:15??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\Example.ncb
?????文件??????48640??2004-08-09?10:15??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\Example.opt
?????文件????????964??2004-08-07?09:38??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\Example.plg
?????文件???????5757??2004-08-07?08:25??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\Example.rc
?????文件???????6657??2004-08-07?08:42??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\ExampleDlg.cpp
?????文件???????1606??2004-08-07?08:24??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\ExampleDlg.h
?????文件???????3597??2004-08-06?13:40??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\ReadMe.txt
?????文件???????1078??2004-08-06?13:40??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\res\Example.ico
?????文件????????399??2004-08-06?13:40??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\res\Example.rc2
?????文件???????1007??2004-08-07?08:25??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\resource.h
?????文件????????209??2004-08-06?13:40??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\StdAfx.cpp
?????文件???????1075??2004-08-06?13:47??Visual?C++?100例?程序代碼1--50\實例10(單獨使用CRecordset類)\StdAfx.h
?????文件??????21520??2004-07-26?16:09??Visual?C++?100例?程序代碼1--50\實例11(動態連接表)\Example.aps
?????文件???????1503??2004-07-26?16:17??Visual?C++?100例?程序代碼1--50\實例11(動態連接表)\Example.clw
?????文件???????2077??2004-08-06?13:40??Visual?C++?100例?程序代碼1--50\實例11(動態連接表)\Example.cpp
?????文件???????4177??2004-08-06?13:40??Visual?C++?100例?程序代碼1--50\實例11(動態連接表)\Example.dsp
?????文件????????539??2004-08-06?13:40??Visual?C++?100例?程序代碼1--50\實例11(動態連接表)\Example.dsw
?????文件???????1335??2004-08-06?13:40??Visual?C++?100例?程序代碼1--50\實例11(動態連接表)\Example.h
?????文件?????107520??2004-07-26?16:17??Visual?C++?100例?程序代碼1--50\實例11(動態連接表)\Example.ncb
?????文件??????53760??2004-07-26?16:17??Visual?C++?100例?程序代碼1--50\實例11(動態連接表)\Example.opt
?????文件???????1125??2004-08-07?12:39??Visual?C++?100例?程序代碼1--50\實例11(動態連接表)\Example.plg
?????文件???????5814??2004-08-07?12:39??Visual?C++?100例?程序代碼1--50\實例11(動態連接表)\Example.rc
?????文件???????7925??2004-08-07?12:18??Visual?C++?100例?程序代碼1--50\實例11(動態連接表)\ExampleDlg.cpp
?????文件???????1638??2004-08-07?10:50??Visual?C++?100例?程序代碼1--50\實例11(動態連接表)\ExampleDlg.h
............此處省略1435個文件信息
評論
共有 條評論