資源簡(jiǎn)介
一拼圖小游戲的原代碼

代碼片段和文件信息
//?PingTuGame.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“PingTuGame.h“
#include?“PingTuGameDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CPingTuGameApp
BEGIN_MESSAGE_MAP(CPingTuGameApp?CWinApp)
//{{AFX_MSG_MAP(CPingTuGameApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CPingTuGameApp?construction
CPingTuGameApp::CPingTuGameApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CPingTuGameApp?object
CPingTuGameApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CPingTuGameApp?initialization
BOOL?CPingTuGameApp::InitInstance()
{
AfxEnableControlContainer();
//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.
#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif
CPingTuGameDlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?OK
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?Cancel
}
//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????43256??2008-05-14?20:46??PingTuGame\PingTuGame\bmp\3cqu\1.bmp
?????文件??????43256??2008-05-14?20:36??PingTuGame\PingTuGame\bmp\3cqu\2.bmp
?????文件??????43256??2008-05-14?20:36??PingTuGame\PingTuGame\bmp\3cqu\3.bmp
?????文件??????43256??2008-05-14?20:36??PingTuGame\PingTuGame\bmp\3cqu\4.bmp
?????文件??????43256??2008-05-14?20:36??PingTuGame\PingTuGame\bmp\3cqu\5.bmp
?????文件??????43256??2008-05-14?20:36??PingTuGame\PingTuGame\bmp\3cqu\6.bmp
?????文件??????43256??2008-05-14?20:36??PingTuGame\PingTuGame\bmp\3cqu\7.bmp
?????文件??????43256??2008-05-14?20:36??PingTuGame\PingTuGame\bmp\3cqu\8.bmp
?????文件??????43256??2008-05-15?20:09??PingTuGame\PingTuGame\bmp\3cqu\9.bmp
?????文件??????43256??2008-05-14?20:36??PingTuGame\PingTuGame\bmp\3cqu\cquall.bmp
????..A.SH.?????68096??2008-05-15?20:28??PingTuGame\PingTuGame\bmp\3cqu\Thumbs.db
?????文件??????13096??1998-08-12?09:36??PingTuGame\PingTuGame\Hyperli
?????文件???????3323??1998-08-12?09:36??PingTuGame\PingTuGame\Hyperli
?????文件???????2121??2008-05-16?12:24??PingTuGame\PingTuGame\PingTuGame.cpp
?????文件???????5573??2008-05-16?16:54??PingTuGame\PingTuGame\PingTuGame.dsp
?????文件????????545??2008-05-14?17:23??PingTuGame\PingTuGame\PingTuGame.dsw
?????文件?????667648??2008-05-16?17:24??PingTuGame\PingTuGame\PingTuGame.exe
?????文件???????1368??2008-05-14?17:23??PingTuGame\PingTuGame\PingTuGame.h
?????文件???????1944??2008-06-29?10:18??PingTuGame\PingTuGame\PingTuGame.plg
?????文件???????9746??2008-05-16?17:24??PingTuGame\PingTuGame\PingTuGame.rc
?????文件??????19360??2008-05-16?17:12??PingTuGame\PingTuGame\PingTuGameDlg.cpp
?????文件???????2445??2008-05-16?14:38??PingTuGame\PingTuGame\PingTuGameDlg.h
?????文件???????3651??2008-05-14?17:23??PingTuGame\PingTuGame\ReadMe.txt
?????文件???????4534??2008-05-16?17:04??PingTuGame\PingTuGame\res\icon1.ico
?????文件????????402??2008-05-14?17:23??PingTuGame\PingTuGame\res\PingTuGame.rc2
?????文件???????7358??2008-05-16?11:03??PingTuGame\PingTuGame\res\pt1.ico
????..A.SH.?????19456??2008-05-16?17:04??PingTuGame\PingTuGame\res\Thumbs.db
?????文件???????2476??2008-05-16?16:46??PingTuGame\PingTuGame\Resource.h
?????文件????????212??2008-05-14?17:23??PingTuGame\PingTuGame\StdAfx.cpp
?????文件???????1087??2008-05-16?11:16??PingTuGame\PingTuGame\StdAfx.h
............此處省略31個(gè)文件信息
評(píng)論
共有 條評(píng)論