-
大小: 0.01M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-01
- 標(biāo)簽:
資源簡介
C++實(shí)戰(zhàn)源碼-設(shè)計彩票抽獎機(jī)游戲(入門級實(shí)例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
評論
共有 條評論