
3456
文章平均质量分 77
载着一些c++游戏的荷兰人号
一个什么都不会的小程序猿
展开
-
爆肝星际战争c++代码
#include<iostream> #include<windows.h> #include<conio.h> #include<time.h> #include<string> using namespace std; /*=============== all the structures ===============*/ typedef struct Frame { COORD position[2]; int fla...原创 2021-09-05 14:07:43 · 331 阅读 · 0 评论 -
朋友发给我的芬芳对战代码
#include<iostream> #include<string> #include<ctime> //用clock()%100 求余,做随机数种子 using namespace std; struct shuxing { string name; //名字 double str; //力量 double dex; //敏捷 double sudu; //速度 double tizhi; ...原创 2021-09-09 21:27:06 · 164 阅读 · 0 评论