Program Flow (VC++)
The job of the WinMain()
Perform any required initialization.
Register the applications window class type.
Create and initiate the applications message-processing loop.
Terminate the program after receiving WM_QUIT message.
WinMain()
Class Registration
Window Creation
Message Loop
WinProc()