Click to See Complete Forum and Search --> : Book


doy2001
March 15th, 2005, 02:41 PM
Hi everyone, I´m looking for a good book that teaches win32 api programming with c++ from the ground up. Any suggestions?? Thanks!

NoHero
March 15th, 2005, 02:43 PM
Take a look here (http://extra.codeguru.com/bookList/booklist.asp) ;)

doy2001
March 15th, 2005, 03:06 PM
Thanks for the reply but I´m looking just for win32 api programming books for beginners. I know that if I search on google or amazon I can get like 3000 results, but I want the correct book for me, and reviews not always tell the truth. Thanks again!

Bond
March 15th, 2005, 04:15 PM
It's kind of generally assumed that Petzold's book is the "bible" of Windows programming with the Win32 API. I think his "Programming Windows" is in the fifth edition now.

kirants
March 15th, 2005, 04:23 PM
Yep. That will give a solid basic understanding. For advanced I'd recommend, Advanced Windows - Jeffrey Richter

doy2001
March 15th, 2005, 06:17 PM
Thanks a lot guys!