
Windows编程
文章平均质量分 80
Galaxy_hao
在读研究生
展开
-
多个窗口的显示
// hello3.cpp : 定义应用程序的入口点。//#include "stdafx.h"#include "hello3.h"#define MAX_LOADSTRING 100// 全局变量:HINSTANCE hInst; // 当前实例TCHAR szTitle[MAX_LOADSTRING]; // 标题栏文本TCHAR szTitle2原创 2014-03-15 18:31:50 · 1634 阅读 · 0 评论 -
Windows程序中头文件的几点说明
对于#include ,编译器从标准库路径开始搜索 filename.h对于#include “filename.h” ,编译器从用户的工作路径开始搜索 filename.h原创 2014-03-15 18:42:17 · 1274 阅读 · 0 评论 -
Win32 三色旋转风车
// Fly.cpp : 定义应用程序的入口点。//#include "stdafx.h"#include "Fly.h"#define MAX_LOADSTRING 100#include #include #include long WINAPI WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);原创 2014-04-27 20:42:02 · 1149 阅读 · 0 评论