我的第一个VC++程序
摘要:#include <windows.h>#include <stdio.h>LRESULT CALLBACK WinSunProc( HWND hwnd, // handle to window UINT uMsg, // message identifier WPARAM wParam, // first message parameter LPARAM lParam // second message parameter);int WINAPI WinMain( HINSTANCE hInstance, // handle to current ins...
阅读全文
posted @
2012-08-17 12:58
BarneyX
阅读(195)
推荐(0)