資源簡介
課程信息VC操作數據庫,需要將course.mdb 放到 和 exe 同級目錄
代碼片段和文件信息
//?Course.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Course.h“
#include?“CourseDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCourseApp
BEGIN_MESSAGE_MAP(CCourseApp?CWinApp)
//{{AFX_MSG_MAP(CCourseApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCourseApp?construction
CCourseApp::CCourseApp()
{
//?TODO:?add?construction?code?here
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4284??2004-03-04?19:44??Course.dsp
?????文件????????537??2004-03-03?20:03??Course.dsw
?????文件???????1324??2004-03-03?20:03??Course.h
?????文件??????96256??2019-12-27?21:03??course.mdb
?????文件?????107520??2019-12-27?22:14??Course.ncb
?????文件?????102400??2019-12-27?22:14??Course.opt
?????文件???????1631??2019-12-27?21:03??Course.plg
?????文件???????6392??2004-03-04?22:50??Course.rc
?????文件???????9703??2004-03-10?11:40??CourseDlg.cpp
?????文件???????1827??2004-03-05?18:08??CourseDlg.h
?????文件???????1468??2004-03-04?21:48??MyCourse.cpp
?????文件???????1336??2004-03-04?19:40??MyCourse.h
?????文件???????1224??2004-03-04?22:50??Resource.h
?????文件????????208??2004-03-03?20:03??StdAfx.cpp
?????文件???????1075??2004-03-04?19:38??StdAfx.h
?????文件??????28672??2019-12-27?21:03??Release\Course.exe
?????文件??????12991??2019-12-27?21:03??Release\Course.obj
?????文件????6145104??2019-12-27?21:03??Release\Course.pch
?????文件???????3264??2019-12-27?21:03??Release\Course.res
?????文件??????33169??2019-12-27?21:03??Release\CourseDlg.obj
?????文件???????9503??2019-12-27?21:03??Release\MyCourse.obj
?????文件????????774??2019-12-27?21:03??Release\StdAfx.obj
?????文件??????50176??2019-12-27?21:03??Release\vc60.idb
?????文件???????1078??2004-03-03?20:03??res\Course.ico
?????文件????????398??2004-03-03?20:03??res\Course.rc2
????..A.SH.??????3072??2005-05-11?22:26??res\Thumbs.db
?????文件??????96256??2019-12-27?21:03??bak_20191227212152course.mdb
?????文件??????21680??2019-12-27?21:03??Course.aps
?????文件???????2120??2019-12-27?22:14??Course.clw
?????文件???????2065??2004-03-04?20:21??Course.cpp
............此處省略6個文件信息
- 上一篇:C語言密碼本
- 下一篇:C語言控制器模塊用戶手冊
評論
共有 條評論