标题:
我用VC++做的第一个游戏
[打印本页]
作者:
陈珺
时间:
2004-12-26 18:38
源码:
#include<iostream.h>
#include<windows.h>
#include<time.h>
int rnd(int num)
{
int r;
for(int i=0;i<99;i++)
{
r=rand()%num;
}
return r;
}
int main()
{
int a,b;
srand((unsigned)time(NULL));
cout << "请输入你所猜的数字:";
cin >> a;
b=rnd(10);
while(a!=
{
if (a>b)
{
cout<<"太大了";
}
if (a<b)
{
cout<<"太小了";
}
cin >> a;
}
cout<<"猜对了";
cin >> a;
}
附件:
2004122603.rar
(2004-12-26 18:38, 107.36 K) / 该附件被下载次数 254
http://xycq.org.cn/forum/attachment.php?aid=3740
作者:
阿尔法孝直
时间:
2004-12-27 13:34
我的Win2000的DOS下全屏显示不正常,在窗口下完你的游戏中文显示又不正常~~~
欢迎光临 轩辕春秋文化论坛 (http://xycq.org.cn/forum/)
Powered by Discuz! 5.0.0