资源简介
跳棋游戏: 开发工具: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个文件信息
相关资源
- 程序创建两个线程,第一个线程没有
- AES 加密算法接口及演示程序
- c++代码解析IP数据包
- ADO DATA控件
- 微软官方MFC UDP socket 聊天例程
- 基于MFC 的多线程局域网聊天工具源码
- C语言库函数源码大全
- DHCP源码含server relay client
- 飞行棋c++源码初学者学习用
- Lua源码和Lua在C++的使用
- C语言大作业 菜单驱动的学生成绩管理
- 用C#实现的四叉树,源码,可以直接运
- websocket编程C语言源码
- c语言万年历的课程设计及源码
- VC++源码字识别系统
- 基于C++的简易FTP服务/客户端源码
- 控制台flappy birdC++源码
- MFC gridctrl表格控件的简单
- VC++端口转发程序源码
- 重写MFC treectrl控件的一个
- 即时通讯flamingo服务器端代码
- RSA加解密源码VC++
- exe全盘感染c++源码
- MFC用树控件制作简单通讯录
- reliefF算法及其源码
- 鼠标左键准确定位MFC基于对话框的滑
- 鼠标左键准确定位MFC基于对话框的滑
- c++ ten超级井字棋源码
- PE文件格式解析MFCC++源码
- c斗地主源码及实现
评论
共有 条评论