摘要: // GT_HelloWorldWin32.cpp// compile with: /D_UNICODE /DUNICODE /DWIN32 /D_WINDOWS /c#include <windows.h>#include <stdlib.h>#include <string.h>#include <tchar.h>// Global variables// The main window class name.static TCHAR szWindowClass[] = _T("win32app");// The stri 阅读全文
posted @ 2010-08-05 16:52 imFolish 阅读(430) 评论(0) 推荐(0)