|
|
|
|
|
by int_19h
86 days ago
|
|
You still have a main function in Win32, it's just called WinMain and has a slightly different signature. MFC has CWinApp, which you'd normally subclass, and a stock WinMain implementation that instantiates that, but it's not strictly necessary to subclass it, just convenient. |
|