-
大小: 7.3MB文件類型: .zip金幣: 2下載: 0 次發(fā)布日期: 2023-11-02
- 語言: C/C++
- 標(biāo)簽:
資源簡介
自己編寫的圖書管理系統(tǒng),代碼較為簡單,適合初學(xué)者。只實現(xiàn)了基本的增刪改

代碼片段和文件信息
//?bb.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“test.h“
#include?“bb.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?bb?dialog
bb::bb(CWnd*?pParent?/*=NULL*/)
:?CDialog(bb::IDD?pParent)
{
//{{AFX_DATA_INIT(bb)
//?NOTE:?the?ClassWizard?will?add?member?initialization?here
//}}AFX_DATA_INIT
}
void?bb::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(bb)
//?NOTE:?the?ClassWizard?will?add?DDX?and?DDV?calls?here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(bb?CDialog)
//{{AFX_MSG_MAP(bb)
//?NOTE:?the?ClassWizard?will?add?message?map?macros?here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?bb?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-05-28?20:30??數(shù)據(jù)庫mfc\
?????目錄???????????0??2012-06-01?17:09??數(shù)據(jù)庫mfc\test\
?????目錄???????????0??2012-05-28?19:51??數(shù)據(jù)庫mfc\test\Debug\
?????文件??????105297??2012-05-28?19:51??數(shù)據(jù)庫mfc\test\Debug\StdAfx.obj
?????文件????????9593??2012-05-28?19:51??數(shù)據(jù)庫mfc\test\Debug\bb.obj
?????文件????????9618??2012-05-28?19:51??數(shù)據(jù)庫mfc\test\Debug\bbc.obj
?????文件??????106545??2012-05-28?19:51??數(shù)據(jù)庫mfc\test\Debug\test.exe
?????文件??????185908??2012-05-28?19:51??數(shù)據(jù)庫mfc\test\Debug\test.ilk
?????文件???????12568??2012-05-28?19:51??數(shù)據(jù)庫mfc\test\Debug\test.obj
?????文件?????5502224??2012-05-28?19:51??數(shù)據(jù)庫mfc\test\Debug\test.pch
?????文件??????271360??2012-05-28?19:51??數(shù)據(jù)庫mfc\test\Debug\test.pdb
?????文件????????2700??2012-05-28?19:51??數(shù)據(jù)庫mfc\test\Debug\test.res
?????文件???????24090??2012-05-28?19:51??數(shù)據(jù)庫mfc\test\Debug\testDlg.obj
?????文件??????197632??2012-06-01?17:09??數(shù)據(jù)庫mfc\test\Debug\vc60.idb
?????文件??????364544??2012-05-28?19:51??數(shù)據(jù)庫mfc\test\Debug\vc60.pdb
?????文件????????3543??2012-05-28?19:45??數(shù)據(jù)庫mfc\test\ReadMe.txt
?????文件?????????206??2012-05-28?19:45??數(shù)據(jù)庫mfc\test\StdAfx.cpp
?????文件????????1054??2012-05-28?19:45??數(shù)據(jù)庫mfc\test\StdAfx.h
?????文件?????????925??2012-05-28?19:49??數(shù)據(jù)庫mfc\test\bb.cpp
?????文件????????1173??2012-05-28?19:49??數(shù)據(jù)庫mfc\test\bb.h
?????文件?????????937??2012-05-28?19:47??數(shù)據(jù)庫mfc\test\bbc.cpp
?????文件????????1183??2012-05-28?19:47??數(shù)據(jù)庫mfc\test\bbc.h
?????目錄???????????0??2012-05-28?19:45??數(shù)據(jù)庫mfc\test\res\
?????文件????????1078??2012-05-28?19:45??數(shù)據(jù)庫mfc\test\res\test.ico
?????文件?????????396??2012-05-28?19:45??數(shù)據(jù)庫mfc\test\res\test.rc2
?????文件?????????727??2012-05-28?19:51??數(shù)據(jù)庫mfc\test\resource.h
?????文件???????35660??2012-05-28?19:51??數(shù)據(jù)庫mfc\test\test.aps
?????文件????????1392??2012-06-01?17:09??數(shù)據(jù)庫mfc\test\test.clw
?????文件????????2035??2012-05-28?19:45??數(shù)據(jù)庫mfc\test\test.cpp
?????文件????????4436??2012-06-01?17:09??數(shù)據(jù)庫mfc\test\test.dsp
?????文件?????????533??2012-05-28?19:45??數(shù)據(jù)庫mfc\test\test.dsw
............此處省略100個文件信息
評論
共有 條評論