Where is WinMain in the Starter Code?
The WinMain function is supplied by the class library and is called when the application starts up. Class encapsulates the initialization, running, and termination of an application for Windows. For more information, see CWinApp: The Application Class.