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

资源简介

C++实战源码-绘制不规则图形(入门级实例463).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “BGZ.h“

#include “MainFrm.h“
#include “BGZDoc.h“
#include “BGZView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBGZApp

BEGIN_MESSAGE_MAP(CBGZApp CWinApp)
//{{AFX_MSG_MAP(CBGZApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CBGZApp construction

CBGZApp:

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1910  2008-01-08 11:02  BGZ\BGZ.clw
     文件        4155  2008-01-08 11:02  BGZ\BGZ.cpp
     文件        4492  2008-01-08 11:02  BGZ\BGZ.dsp
     文件         529  2008-01-08 11:02  BGZ\BGZ.dsw
     文件        1323  2008-01-08 11:02  BGZ\BGZ.h
     文件       10502  2008-01-08 11:02  BGZ\BGZ.rc
     文件        1682  2008-01-08 11:02  BGZ\BGZDoc.cpp
     文件        1442  2008-01-08 11:02  BGZ\BGZDoc.h
     文件        2988  2008-01-08 11:02  BGZ\BGZView.cpp
     文件        1843  2008-01-08 11:02  BGZ\BGZView.h
     文件        2504  2008-01-08 11:02  BGZ\MainFrm.cpp
     文件        1581  2008-01-08 11:02  BGZ\MainFrm.h
     文件         488  2008-01-08 11:02  BGZ\Resource.h
     文件         205  2008-01-08 11:02  BGZ\StdAfx.cpp
     文件        1054  2008-01-08 11:02  BGZ\StdAfx.h
     文件        1078  2008-01-08 11:02  BGZ\res\BGZ.ico
     文件         395  2008-01-08 11:02  BGZ\res\BGZ.rc2
     文件        1078  2008-01-08 11:02  BGZ\res\BGZDoc.ico
     文件        8192  2008-01-08 11:02  BGZ\res\Thumbs.db
     文件        1078  2008-01-08 11:02  BGZ\res\Toolbar.bmp

评论

共有 条评论