• 大小: 0.06M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

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

评论

共有 条评论