資源簡介
C++實戰源碼-以報表顯示圖書信息(入門級實例331).zip
代碼片段和文件信息
//?Report.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Report.h“
#include?“ReportDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CReportApp
BEGIN_MESSAGE_MAP(CReportApp?CWinApp)
//{{AFX_MSG_MAP(CReportApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CReportApp?construction
CReportApp::CReportApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CReportApp?object
CReportApp?theApp;
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1060??2010-10-27?13:26??Report\Report.clw
?????文件????????2063??2010-09-27?13:07??Report\Report.cpp
?????文件????????4220??2010-10-06?16:40??Report\Report.dsp
?????文件?????????537??2010-09-27?13:07??Report\Report.dsw
?????文件????????1324??2010-09-27?13:07??Report\Report.h
?????文件????????5463??2010-10-06?16:39??Report\Report.rc
?????文件????????5153??2010-09-27?14:10??Report\ReportDlg.cpp
?????文件????????1307??2010-09-27?14:09??Report\ReportDlg.h
?????文件?????????729??2010-10-06?16:39??Report\resource.h
?????文件?????????208??2010-09-27?13:07??Report\StdAfx.cpp
?????文件????????1054??2010-09-27?13:07??Report\StdAfx.h
?????文件??????429654??2010-10-06?16:39??Report\res\043.bmp
?????文件????????1078??2010-09-27?13:07??Report\res\Report.ico
?????文件?????????398??2010-09-27?13:07??Report\res\Report.rc2
- 上一篇:C++實戰源碼-向Word文檔中插入圖片
- 下一篇:C++實戰源碼-對數字進行微調
評論
共有 條評論