I am currently trying to learn C++ win32 with buttons window creation shell procces and im not getting most of this is there a place to learn all of this (place == book) just for beginners
|
|
|||||
|
|
|
The following includes answers to the "Win32 for beginners?" question: http://stackoverflow.com/questions/574092/where-can-i-find-good-ebooks-to-learn-win32 The other part of your question, i.e. "C++ for Win32?", has several possible answers that I know of:
|
||||
|
|
|
The only book is the Petzold (in C, but easy to convert into C++ classes). Avoid MFC. 2 380 hits on Professional Win32 api group for more than 20 years and you can't find it ?!!!! |
||
|
|
|
|
This is probably the best book to learn MFC: If you want to learn how to write a framework for Windows, here's a book on it: |
||
|
|
|
Get The Petzold. It is the book on Win32 programming. Without all of that MFC muckety muck. Even if you never get this far down, it will help you understand what those MFC classes are trying to do. |
||
|
|
|
|
Win32 + C++ usually means MFC. Out of print but you may find a used or ebook copy of Jeff Prosise's Programming Windows with MFC. This book is excellent. |
||
|
|
