Product Details
Would you like to update product info or give feedback on images?
|
|
Share your thoughts with other customers:
|
||||||||||||||||||||||
|
Most Helpful Customer Reviews
10 of 10 people found the following review helpful:
3.0 out of 5 stars
Old but good,
By
This review is from: Windows++: Writing Reusable Windows Code in C++ (Andrew Schulman Programming Series) (Paperback)
I have been looking for a book to cover OOP in combination with Windows for a long time. I wanted something that gave more than short examples meant to demonstate the power of a certain API call. My desire was to create my own mini-library to complement the tools I use now. Windows++ seems to do all that by actually taking the reader through the process of writing a class library for Windows 3.1. Not only that but there was a Win95 code update available on the authors website. If you are looking for something similar this may or may not be the book for you. On the good side the author does a terrific job of explaining his thought process on how and why a class library can and should be built. Many of the problems (i.e. call backs, messaging) are still relevent today but at the same time Windows has changed alot. For instance chapter four is on memory managment which is absolutely Windows 3.1 specific (Win95 and above does not have these problems). When I emailed the author he didn't even know what chapter four was about and suggested I learn MFC. In chapter two he begins by describing a better POINT structure and tries to employ inlining to keep it small. It is one of the basic lessons of the book. But the constructor calls a member function before the member function is declared inline making it non-inline. He also declares a copy constructor for a base type. Later in the book he makes extensive use of circular referencing and forward referencing which really creates a tangled web of code. Difficult to update and debug. This book will give a definate roadmap to writing or developing your own API specific software library but use extreme caution and prejudice in using the authors code. Most of the time the class library that comes with my compiler is fine but there are many time when having a lightweight class library would be invaluable. Given the choice of transfering a large Exe or a small one across the Web most people would choose a small one. There really is a need for this kind of book. If the author ever decided to write an update to this I would be thrilled
4 of 4 people found the following review helpful:
5.0 out of 5 stars
One of the best books i ever read,
By A Customer
This review is from: Windows++: Writing Reusable Windows Code in C++ (Andrew Schulman Programming Series) (Paperback)
Windows++ gave me the best a book can give, the courage to begin to write a library myself. It works! Hoever i hate to separate C++-code and dialog boxes code. So i hope that the author would show us how to avoid it and write easy dialog boxes in C++. P.S. I know that he has mentioned it in his book but i think its not enough
3 of 3 people found the following review helpful:
5.0 out of 5 stars
A must for the truly serious windows c++ programmer,
By A Customer
This review is from: Windows++: Writing Reusable Windows Code in C++ (Andrew Schulman Programming Series) (Paperback)
The book is excellent, as it covers in depth how a class
library is constructed, along with the logic and windows
knowledge components. Although built for the old win 3.x
system, it gives a good basis for the construction of one's
own personal c++ class gui library. As was stated in the
book, the best way to understand the inner workings of a
class library is to build your own. This book allows an
experienced yet learning programmer to develop top notch
system programming.
I give the book a nine, because it "does not" include a
digital copy of the programs in the book. I started to
type the code in, but 100+ pages of it is really too
much. The author has an order form in the back of the
book, but no access via the webb and the book is five years
old, so I guess the reader has to type, eh?
Share your thoughts with other customers: Create your own review
|
|
Tags Customers Associate with This Product(What's this?)Click on a tag to find related items, discussions, and people.
|
|
This product's forum
Active discussions in related forums
Search Customer Discussions
|
Related forums
|