摘要:
龙眼图形文档 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 阅读全文
摘要:
Minecraft Forge 版本是1.7.10,也是老黄金时代。现在没人用1.7.10玩MOD,太老了这样。 阅读全文
摘要:
Minecraft forge 教程 主要是作用Java写的MOD,forge是加载器 int main () { printf("Hello"); return 0; } 阅读全文