摘要:
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 阅读全文
摘要:
1 // 02 文本输出.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "02 文本输出.h" 6 7 #define MAX_LOADSTRING 100 8 9 // 全局变量: 10 HINSTANCE hInst; // 阅读全文
摘要:
1 // TestGDI.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "TestGDI.h" 6 7 #define MAX_LOADSTRING 100 8 9 // 全局变量: 10 HINSTANCE hInst; // 阅读全文
摘要:
1 // 仿写_4_找茬辅助.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "仿写_4_找茬辅助.h" 6 #include <windowsx.h> 7 #include <vector> 8 using std::vector 阅读全文