What books are available in market for learning the Windows API for GUI development with C++?
Please give me some titles, preferably not free books. I don't need it to be free; it would be better if published by McGraw Hill, Prentice-Hall, Springer, or any other good publisher.
Note that I'm interested here in programming w开发者_开发知识库ith C++ only.
The classic is Petzold http://www.amazon.com/Programming-Windows-Microsoft-Charles-Petzold/dp/157231995X
Very few (printed) books cover use of the Windows API from C++ per se (most cover use from C, or something like .NET). You might want to take a look at Relisoft's C++ resources page though. They have a free online book and their own library (RSWL) that implements most of the ideas in the book. If you really want to pay for it, I believe you can get a printed copy through Amazon that you'd have to pay for.
精彩评论