Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

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()

You might also like