资源简介

猜词游戏,电话薄管理(用文件保存数据),三资连珠,个人财政支出管理系统,物品库存管理……等等。。

资源截图

代码片段和文件信息


/*第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个文件信息

评论

共有 条评论