摘要: 1 // 01WM_PAINT与GetDC.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "01WM_PAINT与GetDC.h" 6 7 #define MAX_LOADSTRING 100 8 9 #define MYBUTT 阅读全文
posted @ 2016-03-12 08:24 天还是那么蓝 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 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 天还是那么蓝 阅读(273) 评论(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 天还是那么蓝 阅读(221) 评论(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 天还是那么蓝 阅读(261) 评论(0) 推荐(0) 编辑