Are there any books on VC++ 2005 EE to teach how to build win32 GUI applications using Platform SDK (Win32 APIs) Is the Win32 API the only way to build win32 GUI programs without MFC
I don't think VC++ 2005 EE will become popular unless these two issues are resolved. Thanks in advance!

Good VC++2005 EE books?
Philippe Trottier
Thanks, cgraus!
You sya Win32 is an old way to write programs. so what's the new way
abi
shadow2026
VC++2005 EE is for students, it's not meant to be 'popular', or a comprehensive C++ tool. You can write winforms apps with it, otherwise Win32 is the way to go. And the book is by Charles Petzold, it's called Programing Windows. It's an old book, Win32 is an old way to write programs.