Customer Reviews


9 Reviews
5 star:
 (5)
4 star:
 (4)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews
Most Helpful First | Newest First

3 of 3 people found the following review helpful:
4.0 out of 5 stars great *introduction* to non-GUI programming, September 9, 2000
By 
T. Garcia (Sussex, United Kingdom) - See all my reviews
(REAL NAME)   
This review is from: Win32 System Programming (Hardcover)
I needed an intro to win32 which (a) concentrated on everything but the GUI, for server-side apps (b) wasn't just a part printout of MSDN, Microsoft's not-hugely-elegant-but-at-least-complete documentation on Everything (c) made use of pure win32 calls, not MFC, VB, or equivalent bloat.

This book did the job, going through file access, process and memory management, security, IPC, and threads. It uses a tutorial style, giving you enough to get you understanding the basic concepts before diving into MSDN, with scattered code examples and accompanying CD.

The style is very readable, and my only significant criticism is that it does not introduce enough topics, tailing off with rather a weak discussion of DLLs and ISAPI. Since the book is aimed particularly at Unix systems programmers, with its implementation of Unix commands and drawing of parallels, the reader will probably feel comfortable enough with win32 by the end anyway.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars An excellent text, which I have thoroughly enjoyed reading, April 28, 1998
This review is from: Win32 System Programming (Hardcover)
Mr Hart has produced a detailed and authoritative account of the Win32 subsystem interface. Rather than many texts which simply list the Win32 API, Hart adds considerable value by introducing essential "how-to" design considerations which will simplify the life of any Windows NT/95 developer.


Win32 System Programming tackles many difficult topics, such as synchronization issues, fibers, file handling, asynch I/O and error processing. These are presented in a way that is understandable to both newcomers and more experienced developers. As well as introducing these individual concepts, the reader feels as though the author understands the 'big picture'- there are common links of discussion throughout the text.


I would suggest that all Windows developers would benefit from an understanding of the material this work contains. Experienced readers will appreciate the sound foundations of Operating System and in particular Concurrency theory on which this text is based, whereas beginners will find an essential core reference to support further forrays into the world of Win32 development.


Not all aspects of Win32 are covered, in particular coverage of the GUI is ommitted- however the book is not sold on this basis. I believe that developers armed with the information in Win32 System Programming will have a considerable advantage in approaching many important subjects in the future. For example, there is a very revealing insight into the techniques used in Hart's application server designs and the threading model used in COM.


In short- it contains information that every developer must know if they are to successfully develop reliable and performant applications for the Windows 32 platform. This text may also be relevant to students of Operating Systems. I for one will eagerly await a second edition!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars Concise Introduction to Win32 System Programming, June 12, 1998
By A Customer
This review is from: Win32 System Programming (Hardcover)
I enjoyed reading this book. I liked the comparisons with Unix, and I especially liked the conciseness and value for money (too many Windows books are too thick and overpriced).

The web page supporting the book is outstanding and the author is very responsive to feedback.

Having said that I enjoyed the conciseness, I'm looking forward to a second edition with more detail and examples (on I/O completion ports, for instance).

I thoroughly recommend this book as good value for money; I'm sure you'll find the time to read it from cover to cover.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Ideal for UNIX programmers migrating to Win32, January 5, 2000
By 
T. A. Brown (New Jersey, USA) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Win32 System Programming (Hardcover)
This is an excellent book. It provides enough information to give the reader a sound understanding of the Win32 System Services; but, it doesn't overburden him with minutiae that can be acquired from MSDN later -- if needed. The author's frequent comparisons of the Win32 System Services with those of UNIX are very effective in enabling the UNIX developer to bridge the conceptual gulf to Windows.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Good book, but check the errata file, October 8, 1998
By A Customer
This review is from: Win32 System Programming (Hardcover)
I just wanted to say that you should check -thoroughly- the errata info on the book (www.aw.com/devpress). I've lost a few days of work because the book failed to mention that named pipes cannot be created under windows 95. The book is, however, quite good.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Fits perfectly within a niche readership., April 28, 1998
This review is from: Win32 System Programming (Hardcover)
A book that does not try to be a "jack of all trades" but sets out to give an experienced UNIX (system) programmer a good grounding in Win32 with enough detail to write useful code. I was very pleased to find this book after searching through the morass of GUI/OOP/"Hello world" publications that had little or no real content.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars A Solid Introduction to Win32 for Unix Professionals, April 24, 1998
By A Customer
This review is from: Win32 System Programming (Hardcover)
Two claims in the Preface caught my attention; one clearly stating that the book aimed not at a comprehensive introduction to Win32 but rather aimed to point out its central features. The other was that the book should be suitable for those with a Unix background and who wished to learn quickly about Win32. These criteria were high on my list and prompted me to purchase the book. I can say that my expectations were very well met.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars An excellent book, April 24, 1998
This review is from: Win32 System Programming (Hardcover)
This books fills a gap and is a great concise intro to many Win32 topics. Even if you've already been through Richter's _Advanced Windows_ there are many nuggets here that make it a great companion volume.
The author, John Hart, is very responsive to userfeedback.


Here's the table of contents:


Chapter 1Windows NT and Windows 95
Chapter 2 Getting Started with Win32
Chapter 3 Using the Win32 File System and Character I/O
Chapter 4 Direct File Access and File Attributes
Chapter 5 Structured Exception Handling
Chapter 6 Memory Management and Memory-Mapped Files
Chapter 7 Security
Chapter 8 Process Management
Chapter 9 Interprocess Communication
Chapter 10 Threads and Scheduling
Chapter 11 Win32 Synchronization
Chapter 12 Dynamic Link Libraries, In-Process Servers, and the ISAPI
Chapter 13 Asynchronous Input/Output
Chapter 14 Other Topics: Fibers, the Registry, and Beyond
Appendix A Using the Sample Programs
Appendix B Win32, UNIX, and C Library Comparisons
Appendix C Performance Results

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Excellent!, March 27, 1998
By A Customer
This review is from: Win32 System Programming (Hardcover)
One area where this book really shines: doing data migration in batch mode (non-gui). The other area is attacking Win32 programming by divide-and-conquer: the non-gui core, which could be built upon and extended later to include the gui. It is analogous to knowing the differences between C and C++.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Win32 System Programming
Win32 System Programming by Johnson M. Hart (Hardcover - September 2, 1997)
$42.95 $32.64
Usually ships in 6 to 12 days
Add to cart Add to wishlist