摘要: // WinThreadTest.cpp : Defines the entry point for the application.//#include "stdafx.h"#include "WinThreadTest.h"#include #define MAX_LOADSTRING 100// Global Variables:HINSTANCE hInst; // current instanceTCHAR szTitle[MAX_LOADSTRING]; // The title b... 阅读全文
posted @ 2013-09-24 23:20 cart55free99 阅读(684) 评论(0) 推荐(0) 编辑
摘要: 创建一个VC++ win32打开VS 新工程类型中选择Win32----Win32 Project 自己取个名字(假如叫做My1stWin) 一路next系统会自动生成好最基本的代码 然后我们就在上面改就可以了发现编译不通过? 不要使用Ctrl+F7 来编译 而应该使用Ctrl+Alt+F7 下面是主程序My1stWin.cpp// My1stWin.cpp : Defines the entry point for the application.//#include "stdafx.h"#include "My1stWin.h"#define MAX 阅读全文
posted @ 2013-09-24 11:38 cart55free99 阅读(725) 评论(0) 推荐(0) 编辑