资源简介
跳棋游戏: 开发工具:VC++6.0 和 MFC 很不错的游戏,游戏界面美观,最多可以支持6个人同时游戏。

代码片段和文件信息
// AboutDialog.cpp : implementation file
//
#include “stdafx.h“
#include “ttq.h“
#include “AboutDialog.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAboutDialog dialog
CAboutDialog::CAboutDialog(CWnd* pParent /*=NULL*/)
: CDialog(CAboutDialog::IDD pParent)
{
//{{AFX_DATA_INIT(CAboutDialog)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
void CAboutDialog::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAboutDialog)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CAboutDialog CDialog)
//{{AFX_MSG_MAP(CAboutDialog)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CAboutDialog message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4724 2003-03-08 16:20 tqr\TTQ.CLW
文件 2381 2001-04-22 13:13 tqr\NewGame.cpp
文件 6251 2001-04-22 15:44 tqr\ttq.dsp
文件 3525 2001-04-03 17:05 tqr\ReadMe.txt
文件 1291 2001-04-03 17:05 tqr\TTQ.H
文件 21665 2001-04-22 15:27 tqr\Tzq.cpp
文件 14002 2001-04-22 16:33 tqr\ttqDlg.cpp
文件 1021 2001-04-19 00:15 tqr\StdAfx.h
文件 205 2001-04-03 17:05 tqr\StdAfx.cpp
文件 3096 2001-04-22 13:10 tqr\resource.h
文件 1830 2001-04-22 16:33 tqr\ttqDlg.h
文件 9993 2001-04-22 15:41 tqr\ttq.rc
文件 1412 2001-04-22 12:37 tqr\NewGame.h
文件 529 2001-04-03 17:05 tqr\TTQ.DSW
文件 602 2001-04-17 11:31 tqr\Date.h
文件 1738 2001-04-22 16:33 tqr\Tzq.h
文件 240 2001-04-23 13:16 tqr\TTQ.PLG
文件 1378 2001-04-21 21:02 tqr\MySocket.h
文件 1579 2001-04-21 21:02 tqr\MySocket.cpp
文件 2420 2001-04-19 00:19 tqr\Ttq.cpp
文件 1269 2001-04-22 13:11 tqr\AboutDialog.h
文件 1042 2001-04-22 13:11 tqr\AboutDialog.cpp
文件 115712 2003-03-08 16:20 tqr\TTQ.ncb
文件 758112 2003-03-08 16:20 tqr\ttq.aps
目录 0 2003-03-08 17:10 tqr\RES\
文件 395 2001-04-03 17:05 tqr\RES\TTQ.RC2
文件 1078 2001-04-03 17:05 tqr\RES\TTQ.ICO
文件 1550 2001-04-04 14:55 tqr\RES\6666.bmp
文件 30302 2001-04-03 22:53 tqr\RES\DDDB.BMP
文件 1552 2001-04-04 14:55 tqr\RES\2222.bmp
文件 1550 2001-04-04 14:55 tqr\RES\3333.bmp
............此处省略17个文件信息
相关资源
- 基于MFC的TCP调试助手源码95706
- 移木块游戏,可以自编自玩,vc6.0编写
- C++纯文字DOS超小RPG游戏
- 安科瑞智能电能表MODBUS通讯程序 VC6
- ChartCtrl控件库(可在VS2019中使用)
- 九齐单片机源码
- Qt画图工具源码(qgraphics draw)
- qt 串口助手源码
- modbus 主机源码
- 《LINUX C编程从初学到精通》光盘源码
- OLED驱动源码
- tm1650+stm32f103源码(board_tm1650.c)
- cheat engine 7.2源码
- CrySearch内存搜索器源码
- FTP客户端源码(c++)
- MFC视频播放器源码(支持avi/wma/mp3等格
- CreatBitmap图片合成源码
- vs2008 can总线通讯源码
- MFC控件重绘
- 宠物管理系统课程设计(源码+数据库
- Windows扩展命令程序(源码)
- c语言实现火车订票系统(控制台)源
- 鼠标连点器(附源码)
- c++ 简易贪吃蛇源码
- 杀毒软件源码
- 经典外汇智能交易程序Amazing3.1源码(
- 微型文件系统源码(FatFs)
- 海康私有流分析接口源码(附使用说
- VC6 USB开发源码
- SVM算法实现(源码+文档)
评论
共有 条评论