资源简介
五子棋 贪吃蛇 俄罗斯方块 黑白棋 连连看 推箱子 扫雷等7个小游戏 C++源码
VC6.0 下编译运行。

代码片段和文件信息
// BoxMan.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “BoxMan.h“
#include “BoxManDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CBoxManApp
BEGIN_MESSAGE_MAP(CBoxManApp CWinApp)
//{{AFX_MSG_MAP(CBoxManApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CBoxManApp construction
CBoxManApp::CBoxManApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CBoxManApp object
CBoxManApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CBoxManApp initialization
BOOL CBoxManApp::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
CBoxManDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7163 2009-09-08 16:20 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\ChessBoard.cpp
文件 995 2009-09-08 17:21 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\ChessBoard.h
文件 1667 2009-09-08 14:40 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\DataStruct.h
文件 17040 2009-09-08 17:08 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\dispose.cpp
文件 1028 2009-09-08 11:25 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\HelpDlg.cpp
文件 1190 2009-08-20 17:02 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\HelpDlg.h
文件 134640 2011-01-26 15:19 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\Othello.aps
文件 1663 2011-01-26 15:30 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\Othello.clw
文件 2077 2009-09-08 10:25 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\Othello.cpp
文件 5208 2009-09-08 14:35 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\Othello.dsp
文件 539 2009-09-08 13:18 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\Othello.dsw
文件 1335 2009-09-08 10:25 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\Othello.h
文件 181248 2011-01-26 15:31 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\Othello.ncb
文件 2166 2011-01-26 15:29 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\Othello.plg
文件 7510 2009-09-08 14:42 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\Othello.rc
文件 8190 2009-09-08 14:40 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\OthelloDlg.cpp
文件 1867 2009-09-08 14:36 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\OthelloDlg.h
文件 3597 2009-09-08 10:25 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\ReadMe.txt
文件 1739 2009-09-08 14:35 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\Resource.h
文件 209 2009-09-08 10:25 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\StdAfx.cpp
文件 1126 2009-09-08 13:09 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\StdAfx.h
文件 125952 2011-01-26 15:31 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\Othello.opt
文件 4734 2009-09-08 14:23 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\res\chessblack.bmp
文件 73078 2009-09-08 14:23 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\res\chessboard.bmp
文件 4734 2009-09-08 14:23 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\res\chesswhite.bmp
文件 1078 2009-09-08 13:52 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\res\Othello.ico
文件 399 2009-09-08 10:25 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\res\Othello.rc2
..A..H. 23040 2010-04-06 15:37 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\res\Thumbs.db
文件 4734 2009-09-08 14:22 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\res\turn1.bmp
文件 4734 2009-09-08 14:22 经典小游戏大集合(C++ 源码)\经典小游戏大集合\Othello\res\turn2.BMP
............此处省略229个文件信息
相关资源
- 国际象棋的qt源代码
- C++中头文件与源文件的作用详解
- C++多线程网络编程Socket
- VC++ 多线程文件读写操作
- 利用C++哈希表的方法实现电话号码查
- 用回溯法解决八皇后问题C语言实现
- 移木块游戏,可以自编自玩,vc6.0编写
- 操作系统课设 读写者问题 c语言实现
- 3des加密算法C语言实现
- C++纯文字DOS超小RPG游戏
- C语言实现的一个内存泄漏检测程序
- DES加密算法C语言实现
- VC++MFC小游戏实例教程(实例)+MFC类库
- 线性回归算法c语言实现
- 用C语言实现的一个打字游戏
- C语言实现的DES对称加密算法
- 用C语言实现高效日志
- 用VC6.0实现多边形扫描线填充算法
- C语言实现十进制转十六进制
- 串口通讯技术实现--两台pc机通过串口
- 文件传输和聊天程序(c语言实现)
- 连铸温度场计算程序(C++)
- 6自由度机器人运动学正反解C++程序
- Em算法(使用C++编写)
- 基于C语言实现的网络爬虫(搜索引擎
- libstdc++-4.4.7-4.el6.i686.rpm
- VC++实现CMD命令执行与获得返回信息
- 白话C++(全)
- C++标准库第1、2
- 大数类c++大数类
评论
共有 条评论