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

资源简介

C++实战源码-指定颜色填充矩形区域(入门级实例458).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Fill.h“
#include “FillDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFillApp

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

/////////////////////////////////////////////////////////////////////////////
// CFillApp construction

CFillApp::CFillApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CFillApp object

CFillApp theApp;

//////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1004  2010-10-27 18:11  Fill\Fill.clw
     文件        2035  2006-06-28 14:25  Fill\Fill.cpp
     文件        4123  2006-06-28 14:25  Fill\Fill.dsp
     文件         533  2006-06-28 14:25  Fill\Fill.dsw
     文件        1302  2006-06-28 14:25  Fill\Fill.h
     文件        5145  2007-05-30 15:42  Fill\Fill.rc
     文件        4240  2007-05-30 15:50  Fill\FillDlg.cpp
     文件        1283  2006-06-28 14:32  Fill\FillDlg.h
     文件         682  2006-06-28 14:38  Fill\resource.h
     文件         206  2006-06-28 14:25  Fill\StdAfx.cpp
     文件        1054  2006-06-28 14:25  Fill\StdAfx.h
     文件        5694  2005-10-08 16:28  Fill\res\Fill.ico
     文件         396  2006-06-28 14:25  Fill\res\Fill.rc2

评论

共有 条评论