• 大小: 1.89MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 标签: c五子棋  

资源简介

简单的c++五子棋大作业,可以用于应付期末大作业。

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “五子棋.h“

#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

/////////

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

     文件      19834  2009-05-02 11:26  五子棋\Debug\MainFrm.obj

     文件     106413  2009-03-22 15:52  五子棋\Debug\StdAfx.obj

     文件     222208  2017-05-30 22:33  五子棋\Debug\vc60.idb

     文件     372736  2009-05-02 11:26  五子棋\Debug\vc60.pdb

     文件     139316  2009-05-02 11:26  五子棋\Debug\五子棋.exe

     文件     384676  2009-05-02 11:26  五子棋\Debug\五子棋.ilk

     文件      22756  2009-03-22 17:31  五子棋\Debug\五子棋.obj

     文件    5579276  2009-03-22 15:52  五子棋\Debug\五子棋.pch

     文件     500736  2009-05-02 11:26  五子棋\Debug\五子棋.pdb

     文件      24140  2009-03-22 15:52  五子棋\Debug\五子棋.res

     文件      14382  2009-03-22 15:52  五子棋\Debug\五子棋Doc.obj

     文件      36606  2009-03-22 17:31  五子棋\Debug\五子棋View.obj

     文件       2633  2009-05-02 11:26  五子棋\MainFrm.cpp

     文件       1594  2009-03-22 15:52  五子棋\MainFrm.h

     文件       4283  2009-03-22 14:51  五子棋\ReadMe.txt

     文件       1438  2009-03-22 15:52  五子棋\res\bitmap1.bmp

     文件       1438  2009-03-22 15:52  五子棋\res\bitmap2.bmp

     文件       3382  2009-03-22 15:52  五子棋\res\bmp00001.bmp

     文件       1078  2009-03-22 15:52  五子棋\res\bmp00002.bmp

     文件        326  2009-03-22 15:52  五子棋\res\cursor1.cur

     文件        326  2009-03-22 15:52  五子棋\res\cursor2.cur

     文件       4398  2009-03-22 15:52  五子棋\res\ico00001.ico

     文件       4398  2009-03-22 15:52  五子棋\res\icon1.ico

     文件       1078  2009-03-22 15:52  五子棋\res\Toolbar.bmp

     文件       1078  2009-03-22 14:51  五子棋\res\五子棋.ico

     文件        398  2009-03-22 14:51  五子棋\res\五子棋.rc2

     文件       1078  2009-03-22 14:51  五子棋\res\五子棋Doc.ico

     文件       1139  2009-03-22 15:52  五子棋\resource.h

     文件        208  2009-03-22 14:51  五子棋\StdAfx.cpp

     文件       1102  2009-03-22 14:51  五子棋\StdAfx.h

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

评论

共有 条评论

相关资源