资源简介
五子棋 贪吃蛇 俄罗斯方块 黑白棋 连连看 推箱子 扫雷等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个文件信息
相关资源
- mfc 实现画矩形、椭圆等 并可对其进行
- AES加密/解密C++源代码
- 用openCV实现图像灰度化并保存,MFC实
- 分别用c语言和c++mfc实现正态分布曲线
- Programming_With_Microsoft_Visual_C++_.Net
- 语音识别端点检测程序C++
- visual c++实现的跳棋程序
- 数字图像处理技术:图像增强和代数
- ISO/IEC 14882:2014 C++14 C++标准 英文版 P
- 用C++实现MapInfo 的mif文件读取源码
- 七巧板VC++实现
- 深入理解C++11:C++11新特性解析与应用
- C++FTP服务端客户端
- vc6.0实现的计算机图形学各种算法源代
- C11 C++11标准帮助文档中文版-20181230
- 一个用C++编写的画图程序
- Snake主动轮廓模型的C++实现
- C++调用python3.5中的函数
- visual c++数字图像处理何斌光盘源代码
- 用C++实现OFDM
- C++游戏开发指南C++ Game Development Cook
- OpenCV多通道图像混合程序 by浅墨
- Code_Note_2
- MFC简易计算器,可以实现加减乘除,
- STM32实现俄罗斯方块游戏C语言
- 用于图像边缘提取的prewitt算子的C++代
- C++并发编程实战(中文版)
- 随机点名(mfc实现)+源码
- 使用TCP简单文件传输控制台程序VC++
- 基于visual C++的人才管理系统
评论
共有 条评论