Originally posted by gameboy1234


Or you can just use the Win32 API and interface that to C++ directly, which is what I do. Make your own objects and inheritance trees. Not hard, and kinda fun I would think if you're learning. Petzold is the source everyone quotes for the basic Win32 API, but I found his book to be somewhat incomplete. Lotta $$ for little API. You can get decent tutorials on line if you google for "win32 api tutorial".
learning Win32 API will also make MFC easier to grasp