What books are available on the market for learning Windows APIs for GUI development with C ++?
2 answers
Very few (printed) books cover using the Windows API from C ++ as such (most of them use C, or something like .NET). You might want to take a look at Relisoft's C ++ Resources page . 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 this, I believe you can get a hard copy through Amazon, which you will have to pay for.
+2
a source to share