I have a course at university where we are learning WinAPI programming. As I know C++ a bit, I must say that it is rather hard to deal with WinAPI - all these functions, structures, old-style casts, etc.
But at the same time, I think that a good book can make every difficult moment easy to learn.
My question actually consists of:
- What book would you advise me to read to understand WinAPI better? Except Jeffrey Richter`s 'Windows 2000 for Professional', of course:)
- What language you consider the most suitable and convenient for WinAPI programming? Delphi or C++?
Added: I forgot to say - MSDN not considered :)