摘要: #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 九是倒的六 阅读(650) 评论(0) 推荐(0) 编辑
摘要: 键盘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 九是倒的六 阅读(960) 评论(0) 推荐(0) 编辑
摘要: 1>glaux.lib(tk.obj) : error LNK2019: 无法解析的外部符号 _sscanf,该符号在函数 _GetRegistrySysColors@8 中被引用 1>glaux.lib(tk.obj) : error LNK2019: 无法解析的外部符号 _vsprintf,该符 阅读全文
posted @ 2019-05-23 14:47 九是倒的六 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: 方法一:将原来的旧函数替换成新的Security CRT functions。 方法二:用以下方法屏蔽这个警告。1.在预编译头文件stdafx.h里(注意:一定要在没有include任何头文件之前)定义下面的宏: #define _CRT_SECURE_NO_DEPRECATE 2.#param w 阅读全文
posted @ 2019-05-23 14:43 九是倒的六 阅读(1995) 评论(0) 推荐(0) 编辑