资源简介

C++源代码 一款打飞机游戏 强悍,值得学习,希望同仁学习学习,很好的例子哦!!!

资源截图

代码片段和文件信息

// AboutPage.cpp : implementation file
// Download by http://www.codefans.net

#include “stdafx.h“
#include “fighter.h“
#include “AboutPage.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAboutPage property page

IMPLEMENT_DYNCREATE(CAboutPage CPropertyPage)

CAboutPage::CAboutPage() : CPropertyPage(CAboutPage::IDD)
{
//{{AFX_DATA_INIT(CAboutPage)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}

CAboutPage::~CAboutPage()
{
}

void CAboutPage::DoDataExchange(CDataExchange* pDX)
{
CPropertyPage::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAboutPage)
DDX_Control(pDX IDC_HOMEPAGE m_ctrlHyper

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .CA....     65568  1996-10-07 23:26  Fighter\codefans.net\Fighter.dsw\exe\fall.wav

    .CA....      8383  2002-11-12 23:13  Fighter\codefans.net\Fighter.dsw\exe\help\fighter.htm

    .CA....     92554  2002-11-05 22:44  Fighter\codefans.net\Fighter.dsw\exe\help\fighter.jpg

    .CA....      8853  2002-11-06 22:04  Fighter\codefans.net\Fighter.dsw\exe\help\fighter2.htm

    .CA....     57097  2002-11-05 23:03  Fighter\codefans.net\Fighter.dsw\exe\help\fighter2.jpg

    .CA....      8007  2002-11-06 22:04  Fighter\codefans.net\Fighter.dsw\exe\help\fighter3.htm

    .CA....      7622  2002-11-06 22:04  Fighter\codefans.net\Fighter.dsw\exe\help\fighter4.htm

    .CA....      7785  2002-11-06 22:05  Fighter\codefans.net\Fighter.dsw\exe\help\fighter5.htm

    .CA....      7570  2002-11-06 22:05  Fighter\codefans.net\Fighter.dsw\exe\help\fighter6.htm

    .CA....     38424  2002-11-05 23:17  Fighter\codefans.net\Fighter.dsw\exe\help\f_about.gif

    .CA....      3689  2002-11-05 23:14  Fighter\codefans.net\Fighter.dsw\exe\help\f_congr.gif

    .CA....      8985  2002-11-05 23:20  Fighter\codefans.net\Fighter.dsw\exe\help\f_oper.gif

    .CA....      8318  2002-11-05 23:11  Fighter\codefans.net\Fighter.dsw\exe\help\f_setting.gif

    .CA....      6225  2002-11-05 22:15  Fighter\codefans.net\Fighter.dsw\exe\help\images\button1.jpg

    .CA....      6272  2002-11-05 22:14  Fighter\codefans.net\Fighter.dsw\exe\help\images\button1_over.jpg

    .CA....      6085  2002-11-05 22:12  Fighter\codefans.net\Fighter.dsw\exe\help\images\button2.jpg

    .CA....      6092  2002-11-05 22:12  Fighter\codefans.net\Fighter.dsw\exe\help\images\button2_over.jpg

    .CA....      6114  2002-11-05 22:06  Fighter\codefans.net\Fighter.dsw\exe\help\images\button3.jpg

    .CA....      6126  2002-11-05 22:06  Fighter\codefans.net\Fighter.dsw\exe\help\images\button3_over.jpg

    .CA....      6317  2002-11-05 22:07  Fighter\codefans.net\Fighter.dsw\exe\help\images\button4.jpg

    .CA....      6383  2002-11-05 22:07  Fighter\codefans.net\Fighter.dsw\exe\help\images\button4_over.jpg

    .CA....      6202  2002-11-05 22:08  Fighter\codefans.net\Fighter.dsw\exe\help\images\button5.jpg

    .CA....      6234  2002-11-05 22:09  Fighter\codefans.net\Fighter.dsw\exe\help\images\button5_over.jpg

    .CA....      6096  2002-11-05 22:10  Fighter\codefans.net\Fighter.dsw\exe\help\images\button6.jpg

    .CA....      6112  2002-11-05 22:10  Fighter\codefans.net\Fighter.dsw\exe\help\images\button6_over.jpg

    .CA...R     10258  1998-06-18 05:40  Fighter\codefans.net\Fighter.dsw\exe\help\images\floppy.gif

    .CA....      1524  2001-09-17 18:59  Fighter\codefans.net\Fighter.dsw\exe\help\images\left_side.jpg

    .CA....     15434  2002-11-05 21:46  Fighter\codefans.net\Fighter.dsw\exe\help\images\logo.gif

    .CA....     13115  2002-11-05 21:46  Fighter\codefans.net\Fighter.dsw\exe\help\images\logo.jpg

    .CA....     17465  2001-09-17 19:12  Fighter\codefans.net\Fighter.dsw\exe\help\images\pic.jpg

............此处省略76个文件信息

评论

共有 条评论