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

资源简介

C++实战源码-蝴蝶飞飞飞(入门级实例600).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Butterfly.h“
#include “ButterflyDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CButterflyApp

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

/////////////////////////////////////////////////////////////////////////////
// CButterflyApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CButterflyAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1021  2010-10-28 16:10  Butterfly\Butterfly.clw
     文件        2105  2007-04-13 16:10  Butterfly\Butterfly.cpp
     文件        4709  2007-04-13 17:09  Butterfly\Butterfly.dsp
     文件         541  2007-04-13 16:10  Butterfly\Butterfly.dsw
     文件        1357  2007-04-13 16:10  Butterfly\Butterfly.h
     文件        5660  2010-01-18 16:15  Butterfly\Butterfly.rc
     文件        6441  2010-01-18 16:25  Butterfly\ButterflyDlg.cpp
     文件        1455  2010-05-13 10:26  Butterfly\ButterflyDlg.h
     文件        1047  2007-04-13 16:17  Butterfly\resource.h
     文件         211  2007-04-13 16:10  Butterfly\StdAfx.cpp
     文件        1054  2007-04-13 16:10  Butterfly\StdAfx.h
     文件       13472  2010-01-18 15:31  Butterfly\res\1.bmp
     文件       13472  2010-01-18 15:34  Butterfly\res\2.bmp
     文件       13472  2010-01-18 15:36  Butterfly\res\3.bmp
     文件       13472  2010-01-18 15:38  Butterfly\res\4.bmp
     文件       13472  2010-01-18 15:40  Butterfly\res\5.bmp
     文件       13472  2010-01-18 15:42  Butterfly\res\6.bmp
     文件       13472  2010-01-18 15:24  Butterfly\res\7.bmp
     文件       13472  2010-01-18 15:27  Butterfly\res\8.bmp
     文件        3262  2010-01-18 14:28  Butterfly\res\Butterfly.ico
     文件         401  2007-04-13 16:10  Butterfly\res\Butterfly.rc2
     文件       28160  2010-01-18 15:44  Butterfly\res\Thumbs.db

评论

共有 条评论