• 大小: 157KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: C/C++
  • 标签: C++  

资源简介

21点纸牌游戏源代码 C++ 一个简单的小游戏

资源截图

代码片段和文件信息

#include “utility.h“
#include “game_of_21_point.h“


int main (void)
{
do
{
GameOf21Point a;
a.Game();
cout<<“你想再玩一次吗?“;
}while (UserSaysYes());

system(“PAUSE“);
return 0;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1044  2010-09-19 16:18  game_of_21_point\card.h

     文件     233582  2010-09-19 16:23  game_of_21_point\Debug\game_of_21_point.exe

     文件     492544  2010-09-19 16:23  game_of_21_point\Debug\game_of_21_point.pdb

     文件      25484  2010-09-19 16:23  game_of_21_point\Debug\main.obj

     文件      69632  2010-09-19 16:23  game_of_21_point\Debug\vc60.pdb

     文件       4578  2010-09-14 20:50  game_of_21_point\game_of_21_point.dsp

     文件        540  2010-09-14 09:50  game_of_21_point\game_of_21_point.dsw

     文件       4400  2010-09-19 16:23  game_of_21_point\game_of_21_point.h

     文件      50176  2010-09-19 16:29  game_of_21_point\game_of_21_point.ncb

     文件      49664  2010-09-19 16:29  game_of_21_point\game_of_21_point.opt

     文件        266  2010-09-19 16:23  game_of_21_point\game_of_21_point.plg

     文件        208  2010-09-19 14:47  game_of_21_point\main.cpp

     文件       5425  2010-09-14 13:02  game_of_21_point\utility.h

     目录          0  2010-09-19 16:58  game_of_21_point\Debug

     目录          0  2010-09-19 16:29  game_of_21_point

----------- ---------  ---------- -----  ----

               937543                    15


评论

共有 条评论