04 2021 档案
摘要:龙眼图形文档 C++ 编写的 Windows 窗口 Hello,World 程序: /* * by:beanflame * E-mail:beanflame@qq.com * 2021-4-18-9:30 */ #include <windows.h> #include <windowsx.h> #
阅读全文
摘要:microsoft官网文档 C++ 编写的 Windows 窗口 Hello,World 程序 microsoft官网文档地址:https://docs.microsoft.com/zh-cn/cpp/windows/walkthrough-creating-windows-desktop-appl
阅读全文
摘要:C++编写的Windows窗口Hello,World程序 #include <windows.h> #include <tchar.h> /* 使类名成为全局变量 */ TCHAR szClassName[ ] = TEXT("WindowsApp"); /* 这个函数由Windows函数Dispa
阅读全文

浙公网安备 33010602011771号