You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BOOL InitInstance(HINSTANCE hInstance, int nCmdShow, int x, int y, int cx, int cy, DWORD dwStyle, LPCTSTR c_lpszWndClassName, LPCTSTR c_c_lpszWndTitle);
BOOL InitInstance(HINSTANCE hInstance, int nCmdShow, int x, int y, int cx, int cy, DWORD dwStyle, LPCTSTR c_lpszWndClassName, LPCTSTR c_c_lpszWndTitle);
最后再推荐一些讲解 Win32 API 的书籍吧:《Windows 程序设计(第 5 版)》、《Windows 高级编程》,等等。不过,这些书都不是用来看的,是遇到哪里不会就来查阅的。但是就现在而言,最好的书籍只有两个:一个是 Microsoft Docs,另一个就是百度!查阅这两本网络神书远比纸质书籍快捷得多。
551
+
最后再推荐一些讲解 Win32 API 的书籍吧:《Windows 程序设计(第 5 版)》、《Windows 高级编程》,等等。不过,这些书都不是用来看的,是遇到哪里不会就来查阅的。但是就现在而言,最好的书籍只有两个:一个是 Microsoft Learn,另一个就是百度!查阅这两本网络神书远比纸质书籍快捷得多。
0 commit comments