• 大小: 43.28MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-04
  • 语言: C/C++
  • 标签: mfc  c++课设  井字棋  

资源简介

计算机学院 c++课程设计 井字棋游戏mfc

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “jingziqi.h“
#include “jingziqiDlg.h“
#include “PRE.h“

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

/////////////////////////////////////////////////////////////////////////////
// CJingziqiApp

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

/////////////////////////////////////////////////////////////////////////////
// CJingziqiApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CJingziqiApp object

CJingziqiApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CJingziqiApp initialization

BOOL CJingziqiApp::InitInstance()
{


SetDialogBkColor(RGB(100100255)RGB(00300));
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

CJingziqiDlg 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
}

PRE dllg;
m_pMainWnd = &dllg;
int nnResponse = dllg.DoModal();
if (nnResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nnResponse == 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;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-07-11 17:31  jingziqi\
     目录           0  2012-07-01 21:21  jingziqi\Debug\
     文件     5612544  2012-07-01 21:21  jingziqi\Debug\jingziqi.bsc
     文件     3391563  2012-07-01 21:21  jingziqi\Debug\jingziqi.exe
     文件     2579072  2012-07-01 21:21  jingziqi\Debug\jingziqi.ilk
     文件       13571  2012-06-29 09:05  jingziqi\Debug\jingziqi.obj
     文件     6957984  2012-06-25 08:23  jingziqi\Debug\jingziqi.pch
     文件     4105216  2012-07-01 21:21  jingziqi\Debug\jingziqi.pdb
     文件     1046412  2012-07-01 21:21  jingziqi\Debug\jingziqi.res
     文件           0  2012-06-29 09:05  jingziqi\Debug\jingziqi.sbr
     文件       56254  2012-07-01 21:21  jingziqi\Debug\jingziqiDlg.obj
     文件     5084160  2012-06-22 09:27  jingziqi\Debug\jingziqiDlg.pch
     文件       25600  2012-06-25 17:25  jingziqi\Debug\jingziqiDlg.pdb
     文件           0  2012-07-01 21:21  jingziqi\Debug\jingziqiDlg.sbr
     文件       17295  2012-06-29 21:12  jingziqi\Debug\PRE.obj
     文件           0  2012-06-29 21:12  jingziqi\Debug\PRE.sbr
     文件           0  2012-06-24 16:11  jingziqi\Debug\PROP2.sbr
     文件        1772  2012-06-25 08:43  jingziqi\Debug\Prop21.sbr
     文件      105759  2012-06-25 08:23  jingziqi\Debug\StdAfx.obj
     文件     1361626  2012-06-25 08:23  jingziqi\Debug\StdAfx.sbr
     文件      369664  2012-07-11 17:30  jingziqi\Debug\vc60.idb
     文件      389120  2012-07-01 21:21  jingziqi\Debug\vc60.pdb
     文件         146  2012-06-18 17:11  jingziqi\DETAIL.txt
     文件     1061108  2012-07-11 17:22  jingziqi\jingziqi.aps
     文件        2294  2012-07-11 17:31  jingziqi\jingziqi.clw
     文件        2493  2012-06-29 09:05  jingziqi\jingziqi.cpp
     文件        6065  2012-07-01 21:22  jingziqi\jingziqi.dsp
     文件         524  2010-05-28 22:22  jingziqi\jingziqi.dsw
     文件        1388  2012-06-26 10:07  jingziqi\jingziqi.h
     文件      173056  2012-07-11 17:31  jingziqi\jingziqi.ncb
     文件       49664  2012-07-11 17:31  jingziqi\jingziqi.opt
............此处省略55个文件信息

评论

共有 条评论