C++基础
penghui_
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c++常见错误
LINK:fatal error LNK 1561 必须定义入口点 原因:没有main函数,或者main函数的main写错了 程序一闪而过 解决方法:添加system(“pause”);原创 2019-07-05 18:08:14 · 450 阅读 · 0 评论 -
c++坦克大战
#include <graphics.h> #include <conio.h> #include <Windows.h> #include <time.h>#include <stdio.h> #pragma comment (lib, “Winmm.lib”) //导入声音库 //#define KEY_DOWN(vk_code)(G...原创 2019-09-04 11:05:00 · 1917 阅读 · 0 评论
分享