Author: DigiBen
The five phases to creating a window are explained.
1) Init the window class
2) Register the window class
3) Create the window
4) Get the window's messages
5) Handle the window's messages
Functions Used: WinMain(), CreateWindow(), LoadIcon(), LoadCursor(), GetStockObject(), ShowWindow(), UpdateWindow(), GetMessage(), TranslateMessage(), DispatchMessage(), PostQuitMessage()
Access Here