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

资源简介

C++实战源码-彩虹文字(入门级实例475).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Rainbow.h“
#include “RainbowDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CRainbowApp

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

/////////////////////////////////////////////////////////////////////////////
// CRainbowApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CRainbowApp object

CRainbow

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         991  2010-10-27 18:43  Rainbow\Rainbow.clw
     文件        2077  2007-02-27 10:12  Rainbow\Rainbow.cpp
     文件        4237  2010-05-11 16:38  Rainbow\Rainbow.dsp
     文件         537  2007-02-27 10:12  Rainbow\Rainbow.dsw
     文件        1335  2007-02-27 10:12  Rainbow\Rainbow.h
     文件        5269  2010-05-11 15:49  Rainbow\Rainbow.rc
     文件        5467  2010-05-11 15:50  Rainbow\RainbowDlg.cpp
     文件        1434  2010-05-11 15:37  Rainbow\RainbowDlg.h
     文件         730  2010-05-11 15:49  Rainbow\resource.h
     文件         209  2007-02-27 10:12  Rainbow\StdAfx.cpp
     文件        1054  2007-02-27 10:12  Rainbow\StdAfx.h
     文件      218294  2010-05-11 15:49  Rainbow\res\BK.bmp
     文件        5694  2005-10-08 16:28  Rainbow\res\Rainbow.ico
     文件         399  2007-02-27 10:12  Rainbow\res\Rainbow.rc2
     文件        9216  2010-05-11 15:51  Rainbow\res\Thumbs.db

评论

共有 条评论