会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
九是倒的六
博客园
首页
新随笔
联系
订阅
管理
2019年5月30日
贪吃蛇小游戏的源程序--c++简例教程
摘要: #include "stdafx.h" #include<windows.h> //#pragma comment(lib,"winmm.linb") #include<iostream> #include <string> #include<conio.h> #include<iomanip> #
阅读全文
posted @ 2019-05-30 19:12 九是倒的六
阅读(669)
评论(0)
推荐(0)
2019年5月23日
VC(Visual Studio C++)虚拟键VK值列表
摘要: 键盘VK键值列表 /* Virtual Keys, Standard Set*/ VK_LBUTTON 0x01 VK_RBUTTON 0x02 VK_CANCEL 0x03 VK_MBUTTON 0x04 #define VK_LBUTTON 0x01 //鼠标左键 #define VK_RBUT
阅读全文
posted @ 2019-05-23 15:31 九是倒的六
阅读(1118)
评论(0)
推荐(0)
glaux.lib(tk.obj) : error LNK2019: 无法解析的外部符号 _sscanf,该符号在函数 _GetRegistrySysColors@8 中被引用
摘要: 1>glaux.lib(tk.obj) : error LNK2019: 无法解析的外部符号 _sscanf,该符号在函数 _GetRegistrySysColors@8 中被引用 1>glaux.lib(tk.obj) : error LNK2019: 无法解析的外部符号 _vsprintf,该符
阅读全文
posted @ 2019-05-23 14:47 九是倒的六
阅读(1056)
评论(0)
推荐(0)
vs的【warning C4996:'fopen': This function or variable may be unsafe】解决方案
摘要: 方法一:将原来的旧函数替换成新的Security CRT functions。 方法二:用以下方法屏蔽这个警告。1.在预编译头文件stdafx.h里(注意:一定要在没有include任何头文件之前)定义下面的宏: #define _CRT_SECURE_NO_DEPRECATE 2.#param w
阅读全文
posted @ 2019-05-23 14:43 九是倒的六
阅读(2041)
评论(0)
推荐(0)
公告