文章列表

筛选

C++小人跑酷

摘要:#include<bits/stdc++.h>#include<windows.h>#include<stdio.h>#include<conio.h>#include<time.h>#define ……
精品文章

各种函数的用法

摘要:今天我总结了6种c++中的常用自带函数,供大家使用。制作不易,给个高分,谢谢。(此处加以说明一下,因为有时候代码上传出错,可能会有偏差,我会尽快改正)不满一个的向上进这个函数(ceil)就是向上取整的……

库存贪吃蛇c++程序

摘要:#include<iostream>#include<windows.h>#include<time.h>#include<conio.h>using namespace std;// 刷新当前屏幕i……

c++自创游戏(跑酷)

摘要:#include<bits/stdc++.h> #include<windows.h>#include<stdio.h>#include<conio.h>#include<time.h>#define……