Compare prices and save on cheap textbooks at CheapestTextbooks.com
Compare prices and save on cheap textbooks at CheapestTextbooks.com HACKER SAFE certified sites prevent over 99.9% of hacker crime.
CheapestCDPrice.comCheapestDVDPrice.comCheapestTextbooks.comGo to CheapestTextbooks USA!Go to CheapestTextbooks UK!
Multi-Store Textbook Search
  
(What's this?)
Selected Product:

Programming Windows®, Fifth Edition (Microsoft Programming Series)
Programming Windows®, Fifth Edition (Microsoft Programming Series)

Hardcover
Edition: 5th
Author: Charles Petzold
Publisher: Microsoft Press
Release Date: 1998-12-02
ISBN-10: 157231995X
ISBN-13: 9781572319950
List Price: $59.99
Average Customer Rating:
Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5
Similar Products

Code Complete, Second Edition
Code Complete, Second Edition
ISBN-10: 0735619670
ISBN-13: 0790145196705
List Price:$49.99


Code Complete: A Practical Handbook of Software Construction
Code Complete: A Practical Handbook of Software Construction
ISBN-10: 0735619670
ISBN-13: 9780735619678
List Price:$49.99


Windows via C/C++ (Pro - Developer)
ISBN-10: 0735624240
ISBN-13: 9780735624245
List Price:$69.99


Microsoft Windows Internals (4th Edition): Microsoft Windows Server 2003, Windows XP, and Windows 2000
Microsoft Windows Internals (4th Edition): Microsoft Windows Server 2003, Windows XP, and Windows 2000
ISBN-10: 0735619174
ISBN-13: 9780735619173
List Price:$59.99


Windows System Programming (3rd Edition) (Addison-Wesley Microsoft Technology Series)
Windows System Programming (3rd Edition) (Addison-Wesley Microsoft Technology Series)
ISBN-10: 0321256190
ISBN-13: 9780321256195
List Price:$69.99


Windows System Programming (3rd Edition) (The Addison-Wesley Microsoft Technology Series)
Windows System Programming (3rd Edition) (The Addison-Wesley Microsoft Technology Series)
ISBN-10: 0321256190
ISBN-13: 0785342256192
List Price:$64.99


Win32 Programming (Addison-Wesley Advanced Windows Series) 2 Volume Set (No CD)
Win32 Programming (Addison-Wesley Advanced Windows Series) 2 Volume Set (No CD)
ISBN-10: 0201634929
ISBN-13: 0785342634921
List Price:$74.99


Win32 Programming (Addison-Wesley Advanced Windows Series)
Win32 Programming (Addison-Wesley Advanced Windows Series)
ISBN-10: 0201634929
ISBN-13: 9780201634921
List Price:$74.99


Our Review: To use our price comparison to get the cheapest price, please click on the "Find the Cheapest Price" button located above for Programming Windows®, Fifth Edition (Microsoft Programming Series) by Charles Petzold (ISBN-10: 157231995X, ISBN-13: 9781572319950).

At this time we have not yet written a review for Programming Windows®, Fifth Edition (Microsoft Programming Series) by Charles Petzold (ISBN-10: 157231995X, ISBN-13: 9781572319950). Please continue to keep checking back to this page as we are constantly adding reviews.

Summaries and Customer Reviews are supplied by Amazon.com

Summary:
"Look it up in Petzold" remains the decisive last word in answering questions about Windows development. And in PROGRAMMING WINDOWS, FIFTH EDITION, the esteemed Windows Pioneer Award winner revises his classic text with authoritative coverage of the latest versions of the Windows operating system—once again drilling down to the essential API heart of Win32 programming. Topics include:• The basics—input, output, dialog boxes• An introduction to Unicode• Graphics—drawing, text and fonts, bitmaps and metafiles• The kernel and the printer• Sound and music• Dynamic-link libraries• Multitasking and multithreading• The Multiple-Document Interface• Programming for the Internet and intranetsPacked as always with definitive examples, this newest Petzold delivers the ultimate sourcebook and tutorial for Windows programmers at all levels working with Microsoft® Windows 95, Windows 98, or Microsoft Windows NT®. No aspiring or experienced developer can afford to be without it.An electronic version of this book is available on the companion CD.

Customer Reviews
Average Customer Rating: Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5

Info you wont find elsewhere
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
This book is worth the price just for the sample software alone. But even more importantant, it is a provides information on programming Microsoft windows that is not available elsewhere. It only covers the Windows 3.1 API, and is somewhat dated. It does not describe the current .NET development, for example. But even if you are a .NET programmer, there are things done here you cannot do there. Microsoft has hidden a lot of their programming features, and this book tells how to unlock them. This is a MUST BUY for any serious Microsoft programmer.

Excellent reference for learning Windows 32 API
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
This book is very well written and the author does a great job explaining every topic that he covers thoroughly. His answers are full of relevant content and he leaves no room for ambiguity. Do take note that this book is dated, but you will not likely find its equal anywhere in its own class of books. If you want to learn about, or become really familiar with the Windows 32 API, this will give you a good reference provided that you refer to msdn for the updated changes to the API which have taken effect since the publication of this book. I won't detail all the helpful topics which are covered as they are already mentioned in other reviews. I had no real problem compiling and running most of the example programs that were contained on the CD included with this book. I used Microsoft Express Visual C++ 2005 and 2008 versions IDE. These IDE's have an option that will convert the syntax for you when applicable. I was not able to compile any of the program examples for chapter 22, Sound and Music. If you are learning to write programs using the Microsoft foundation class library then this book is probably not much help to you. There are other great books available to consider for learning MFC's.

Still the best reference
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
I bought this book because MS keeps trying to hide information about how to make basic Windows apps in favor of pushing flavor of the day technologies like MFC and .Net. I remembered that this is the huge tome that all the Windows programmers from the 90s used to lug around so I bought one. I didn't want a book that would allow me to write "hello world" and then leave me stranded. I wanted to be able to port games (or applications) from other platforms in a way that will work across the entire Windows family. I also wanted to be able to make Windows code that could compile with GCC.

If you want to make a simple Windows app, or port a basic app from Linux or Mac to Windows, this book is a key component to doing it quickly, with a minimum of fuss. If you want to make a Windows app using Dev C++ or another open source development kit for Windows, this book is a must have!

The Win32 book!
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
This is by far the best book on the windows API, even today is really worth it.

Good for pretty graphics, bad for anything else
Customer Rating:  Score = 3 Score = 3 Score = 3 Score = 3 Score = 3
I have to say I was dissapointed in this book; not because of *how* the material was presented, but because of the *type* of material presented. It says "the definitive guide to the Win32 API" printed right on the cover, but the selection of topics seems limited only to those which deal with output and presentation (text, fonts, graphics, bitmaps, sounds, etc). Personally, i was looking almost exclusivly for the more "under-the-hood" API functions, which almost no mention is made of.
For example, there is no mention of memory management, manipulating files on the hard disk, serial and parallel ports usage, processes, debugging/kernel, and console-mode functions, just to name a few. Multi-threading, DLL files, and TCP/IP are included at the end, seemlingly only as an afterthought. To give you an idea, the chapter about the "Palette Manager" is over 170 pages long; the chapter on DLL's is only 30.
Also slightly annoying was the large amount of printed code in the book (my personal pet peeve). Many times, you'll find complete programs that span ten or more pages, with little explanation to accompany them. This seems completly unnecessary, especially considering the stout size of the book to begin with (1500 pages!), and the fact that all the code is included on the CD anyway.
So if you're looking for a in-depth book about the more 'visual' aspects of Windows, then this could be your book. But if you're looking for more low-level stuff going on behind the scenes, not even one page of this will be worth the shipping you'll pay.

























Suggestions | Textbook Store Reviews | Site Map | Textbook Reviews | Contact Us
Cheap Textbooks | Used Textbooks | Discount Textbooks | Buy College Textbooks
© 2008 . All rights reserved. Privacy Statement and Disclaimer
web site design and support by Crystal Solutions