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

资源简介

C++实战源码-设计彩票抽奖机游戏(入门级实例590).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Lottery.h“
#include “LotteryDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CLotteryApp

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

/////////////////////////////////////////////////////////////////////////////
// CLotteryApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CLotteryApp object

CLottery

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1568  2007-05-08 08:48  Lottery\Lottery.clw
     文件        2130  2007-05-08 08:48  Lottery\Lottery.cpp
     文件        4375  2007-05-08 08:48  Lottery\Lottery.dsp
     文件         539  2007-05-08 08:48  Lottery\Lottery.dsw
     文件        1335  2007-05-08 08:48  Lottery\Lottery.h
     文件        5926  2007-05-08 08:48  Lottery\Lottery.rc
     文件        6630  2007-05-08 08:48  Lottery\LotteryDlg.cpp
     文件        1743  2007-05-08 08:48  Lottery\LotteryDlg.h
     文件        1405  2007-05-08 08:48  Lottery\MyTabel.cpp
     文件        1302  2007-05-08 08:48  Lottery\MyTabel.h
     文件        1144  2007-05-08 08:48  Lottery\resource.h
     文件         209  2007-05-08 08:48  Lottery\StdAfx.cpp
     文件        1054  2007-05-08 08:48  Lottery\StdAfx.h
     文件        2238  2007-05-08 08:48  Lottery\res\BURGER 2.ICO
     文件        1078  2007-05-08 08:48  Lottery\res\Lottery.ico
     文件         399  2007-05-08 08:48  Lottery\res\Lottery.rc2

评论

共有 条评论