tags:

views:

41

answers:

3

I'm planing to go for the API and learn how it works, I've been looking and found some books (preferably for C++), but I'd like advice which book would be a best buy. I'd like something that keeps code simple and explains it well.

Thanks in advance.

+2  A: 

All together now: Petzold!

This is the basic book on the Win32 API (which is what I assume you're asking about).

egrunin
Thanks! Besides petzold's book what should I look for? Just in case I don't find it tomorrow.
Johnny
+1  A: 

The classic books on the win32 api are

Petzold alt text

Or

alt text

My version is a two volume hardback edition - but that isn't listed on Amazon

Martin Beckett
+1  A: 

For philosophy try The Old New Thing

By Raymond Chen, it covers some design decisions and some tricky stuff that will put the polish on a winapi app.

Daniel