开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
VC++
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
window.h
问题(Question):
为什么第6行宣告WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
但是第32行却可以wc.pfnWndProc = WndProc;
正常函式使用至少也要有小括号吧 例如至少 WndProc();
喂入的资料(Input):
无
预期的正确结果(Expected Output):
错误结果(Wrong Output):
无
程式码(Code):(请善用置底文网页, 记得排版)
http://www.winprog.org/tutorial/simple_window.html