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

资源简介

C++实战源码-泡泡连连打(入门级实例593).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “HitBubble.h“
#include “HitBubbleDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CHitBubbleApp

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

/////////////////////////////////////////////////////////////////////////////
// CHitBubbleApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CHitBubbleAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1396  2010-10-28 15:55  HitBubble\HitBubble.clw
     文件        2105  2008-12-18 11:17  HitBubble\HitBubble.cpp
     文件        5158  2008-12-20 09:54  HitBubble\HitBubble.dsp
     文件         541  2008-12-18 11:17  HitBubble\HitBubble.dsw
     文件        1357  2008-12-18 11:17  HitBubble\HitBubble.h
     文件        7117  2008-12-20 09:04  HitBubble\HitBubble.rc
     文件       13013  2009-01-10 09:34  HitBubble\HitBubbleDlg.cpp
     文件        2662  2009-01-09 17:07  HitBubble\HitBubbleDlg.h
     文件        1501  2008-12-20 09:03  HitBubble\resource.h
     文件         211  2008-12-18 11:17  HitBubble\StdAfx.cpp
     文件        1054  2008-12-18 11:17  HitBubble\StdAfx.h
     文件     1016912  2008-12-19 16:55  HitBubble\res\BK.bmp
     文件        3128  2008-12-19 16:43  HitBubble\res\BUBBLE1.bmp
     文件        3128  2008-12-19 16:45  HitBubble\res\BUBBLE10.bmp
     文件        3128  2008-12-19 16:46  HitBubble\res\BUBBLE11.bmp
     文件        3128  2008-12-19 16:47  HitBubble\res\BUBBLE12.bmp
     文件        3128  2008-12-19 16:44  HitBubble\res\BUBBLE2.bmp
     文件        3128  2008-12-19 16:44  HitBubble\res\BUBBLE3.bmp
     文件        3128  2008-12-19 16:45  HitBubble\res\BUBBLE4.bmp
     文件        3128  2008-12-19 16:46  HitBubble\res\BUBBLE5.bmp
     文件        3128  2008-12-19 16:46  HitBubble\res\BUBBLE6.bmp
     文件        3128  2008-12-19 16:43  HitBubble\res\BUBBLE7.bmp
     文件        3128  2008-12-19 16:44  HitBubble\res\BUBBLE8.bmp
     文件        3128  2008-12-19 16:45  HitBubble\res\BUBBLE9.bmp
     文件        1078  2008-12-18 11:17  HitBubble\res\HitBubble.ico
     文件         401  2008-12-18 11:17  HitBubble\res\HitBubble.rc2
     文件       13960  2008-12-20 09:03  HitBubble\res\Start.bmp
     文件       29184  2009-01-09 14:50  HitBubble\res\Thumbs.db

评论

共有 条评论