• 大小: 2.51M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-24
  • 语言: C/C++
  • 标签:

资源简介

C++ 打印图片(提高篇-实例478).zip

资源截图

代码片段和文件信息

// Picture.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “Picture.h“
#include “PictureDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CPictureApp

BEGIN_MESSAGE_MAP(CPictureApp CWinApp)
//{{AFX_MSG_MAP(CPictureApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CPictureApp construction

CPictureApp::CPictureApp()
{
// TODO: add construction code

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      393572  2013-11-21 15:14  Picture.aps
     文件        1071  2013-11-21 15:24  Picture.clw
     文件        2077  2007-08-21 15:47  Picture.cpp
     文件        4242  2007-08-21 15:47  Picture.dsp
     文件         537  2007-08-21 15:47  Picture.dsw
     文件        1335  2007-08-21 15:47  Picture.h
     文件       41984  2013-11-21 15:24  Picture.ncb
     文件      286208  2013-11-21 15:24  Picture.opt
     文件        1684  2013-11-21 15:14  Picture.plg
     文件        5389  2007-08-21 15:47  Picture.rc
     文件        4867  2007-08-21 15:47  PictureDlg.cpp
     文件        1347  2007-08-21 15:47  PictureDlg.h
     文件        3597  2007-08-21 15:47  ReadMe.txt
     文件         822  2007-08-21 15:47  resource.h
     文件         209  2007-08-21 15:47  StdAfx.cpp
     文件        1054  2007-08-21 15:47  StdAfx.h
     文件      557137  2013-11-21 15:14  Debug\Picture.exe
     文件      197892  2013-11-21 15:14  Debug\Picture.ilk
     文件       14067  2013-11-21 15:14  Debug\Picture.obj
     文件     5501624  2013-11-21 15:14  Debug\Picture.pch
     文件      279552  2013-11-21 15:14  Debug\Picture.pdb
     文件      375072  2013-11-21 15:14  Debug\Picture.res
     文件       28309  2013-11-21 15:14  Debug\PictureDlg.obj
     文件      105872  2013-11-21 15:14  Debug\StdAfx.obj
     文件      205824  2013-11-21 15:16  Debug\vc60.idb
     文件      364544  2013-11-21 15:14  Debug\vc60.pdb
     文件        1078  2007-08-21 15:47  res\Picture.ico
     文件         399  2007-08-21 15:47  res\Picture.rc2
     文件      372576  2007-08-21 15:47  res\花.bmp

评论

共有 条评论