上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: 1 // 02 文本输出.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "02 文本输出.h" 6 7 #define MAX_LOADSTRING 100 8 9 // 全局变量: 10 HINSTANCE hInst; // 阅读全文
posted @ 2016-03-12 08:23 天还是那么蓝 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 1 // TestGDI.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "TestGDI.h" 6 7 #define MAX_LOADSTRING 100 8 9 // 全局变量: 10 HINSTANCE hInst; // 阅读全文
posted @ 2016-03-12 08:13 天还是那么蓝 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 1 // 仿写_4_找茬辅助.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "仿写_4_找茬辅助.h" 6 #include <windowsx.h> 7 #include <vector> 8 using std::vector 阅读全文
posted @ 2016-03-12 08:12 天还是那么蓝 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-03-10 20:47 天还是那么蓝 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1 // 01控件.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "01控件.h" 6 #include "Windowsx.h" 7 #include <commctrl.h> 8 #define MAX_LOADSTRING 阅读全文
posted @ 2016-03-10 20:34 天还是那么蓝 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1 // LandSystem.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "LandSystem.h" 6 #include <CommCtrl.h> 7 #include <windowsx.h> 8 #pragma com 阅读全文
posted @ 2016-03-10 16:55 天还是那么蓝 阅读(174) 评论(0) 推荐(0) 编辑
摘要: // 计算器.cpp : 定义应用程序的入口点。 // #include "stdafx.h" #include "计算器.h" #include"resource.h" #define MAX_LOADSTRING 100 // 全局变量: HINSTANCE hInst; // 当前实例 TCH 阅读全文
posted @ 2016-03-10 09:57 天还是那么蓝 阅读(334) 评论(0) 推荐(0) 编辑
摘要: // 003.cpp : 定义应用程序的入口点。 // #include "stdafx.h" #include "003.h" #define MAX_LOADSTRING 100 // 全局变量: HINSTANCE hInst; // 当前实例 TCHAR szTitle[MAX_LOADST 阅读全文
posted @ 2016-03-10 09:52 天还是那么蓝 阅读(442) 评论(0) 推荐(0) 编辑
摘要: 1 // me.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "me.h" 6 7 #define MAX_LOADSTRING 100 8 9 // 全局变量: 10 HINSTANCE hInst; // 当前实例 11 TC 阅读全文
posted @ 2016-03-08 15:21 天还是那么蓝 阅读(300) 评论(0) 推荐(0) 编辑
摘要: //句柄无非就是一个数值,程序用它来标示某些东西 //一个句柄就是一个整形数值,即一个4字节(64位程序中为8字节)长的数值,用来标示应用程序 //中的各个对象,句柄不是指针 //居中输出关键代码 case WM_PAINT: { PAINTSTRUCT ps = {}; HDC hDC = Beg 阅读全文
posted @ 2016-03-08 14:39 天还是那么蓝 阅读(128) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页