资源简介
猜词游戏,电话薄管理(用文件保存数据),三资连珠,个人财政支出管理系统,物品库存管理……等等。。
代码片段和文件信息
/*第2题 TICTACTOE游戏--源代码及关键源代码注解如下:*/
#include
#include
void PrintBoard(); // game board
void PrintInfo(); // some info about the rules of the game is printed
void PrintStats(int int int); // prints the stats of the match
void IfError(int& int&); // When invalid input is entered prints the error
void ChoiceOfChar(char&); // Asks the users if they want to play again
void PromptTurnO(int& int&); // Prompts the first user for data
void PromptTurnX(int& int&); // Second user has to input coordinates
char board[3][3]; // array definition
int main()
{
int ROW; // elements of 2 dimensional array!
int COLUMN;
int FirstPlayer; // number of winning games for first player
int Seco
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 593 2003-06-09 11:14 猜单词游戏\draw.cpp
文件 455 2003-06-09 11:13 猜单词游戏\draw.h
文件 13131 2003-06-10 08:38 猜单词游戏\猜单词游戏.cpp
文件 585785 2003-06-09 11:14 猜单词游戏\猜单词游戏.exe
文件 0 2011-09-07 21:08 电话簿管理\FRIENDS.DAT
文件 20894 2003-06-10 08:47 电话簿管理\电话簿管理.cpp
文件 221241 2003-06-08 15:42 电话簿管理\电话簿管理.exe
文件 2968 2003-06-10 08:39 对抗游戏\对抗游戏.cpp
文件 192567 2003-06-09 10:04 对抗游戏\对抗游戏.exe
文件 6569 2003-06-10 08:46 个人财政支出管理\个人财政支出管理.cpp
文件 233535 2003-06-08 15:44 个人财政支出管理\个人财政支出管理.exe
文件 72 2011-09-07 21:02 工资管理\EMP.DAT
文件 7393 2003-06-10 08:45 工资管理\工资管理.cpp
文件 196663 2003-06-08 15:50 工资管理\工资管理.exe
文件 8734 2003-06-08 15:29 日期格式处理\dateformatter.cpp
文件 3176 2003-06-10 10:54 日期格式处理\dateformatter.h
文件 1434 2003-06-10 10:35 日期格式处理\日期格式处理.cpp
文件 237647 2003-06-10 11:03 日期格式处理\日期格式处理.exe
文件 8205 2003-06-10 08:37 三子连珠\三子连珠.cpp
文件 208956 2003-06-09 11:54 三子连珠\三子连珠.exe
文件 10618 2003-06-09 23:43 时间和日期\cDate_t.cpp
文件 2030 2003-06-09 23:46 时间和日期\cDate_t.h
文件 6268 2003-06-09 23:42 时间和日期\cTime_t.cpp
文件 1462 2003-06-09 23:45 时间和日期\cTime_t.h
文件 827 2003-06-09 23:41 时间和日期\error.cpp
文件 179 2003-06-09 23:44 时间和日期\error.h
文件 3208 2003-06-09 23:40 时间和日期\TDglobals.cpp
文件 549 2003-06-09 23:40 时间和日期\TDmanage.cpp
文件 2229 2003-06-09 23:44 时间和日期\TDmanage.h
文件 2755 2003-06-10 09:14 时间和日期\时间和日期.cpp
............此处省略20个文件信息
相关资源
- c++ 数字键盘设计(源码)
- Qt五子棋小游戏(源码+截图)
- Linux优先级时间片调度C++源码
- c++ RoyCardTableView 列表插入
- 电机控制平台(c++源码)
- PID 控制算法实现(fuzzy-PID-controller)
- c++ 获取当前执行位置的调用栈
- windows文件夹监控(c++源码)
- C++ tts开发 可调节语速,音量,切换语
- c++(3_MSGS.C)
- c++实现P2PDemo(点对点聊天)
- windows 串口升级工具(c++源码)
- ntmedsys.sys(c++源码)
- DSS中的RTSPclientLib程序
- c 常用的数据结构 (Errata for Ford/Top
- RTSPRTP C++ 源代码
-
c++ xm
lRPC - rip协议编程及代码实现
- ippicv_2017u3_win_intel64_general_20170822.zip
- Windows Sockets 编程及UR机器人通信数据
- 跟进域名解析IP地址(c++ builder)
- iCord-屏幕录制(c++源码)
- 用ADO 对C++连接ORACLE 数据库
- 基于libevent 实现的http服务C++(myhttp
- 多人聊天室c++源码(附服务器端以及
- c++ 不打开图档可替换字符串源码
- opencv:视频图片相互转换程序
- VC++图片控件(Picture Control)显示资源
- Opencv3中SIFT算法详解
- MFC图片操作(PRO5_PNGDlg.cpp)
评论
共有 条评论