Have one to sell? Sell yours here
 
 
Windows ++: Writing Reusable Windows Code in C++ (The Andrew Schulman Programming Series)
  
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Windows ++: Writing Reusable Windows Code in C++ (The Andrew Schulman Programming Series) (Paperback)

~ Paul Dilascia (Author)
4.6 out of 5 stars  See all reviews (5 customer reviews)


Available from these sellers.


12 used from $1.03

Customers Who Bought This Item Also Bought

Programming Windows®, Fifth Edition (Microsoft Programming Series)

Programming Windows®, Fifth Edition (Microsoft Programming Series)

by Charles Petzold
4.3 out of 5 stars (89)  $37.79
Windows via C/C++ (Pro - Developer)

Windows via C/C++ (Pro - Developer)

by Christophe Nasarre
4.6 out of 5 stars (14)  $44.09
Win32 Programming (Addison-Wesley Advanced Windows Series)

Win32 Programming (Addison-Wesley Advanced Windows Series)

by Brent E. Rector
3.8 out of 5 stars (28)  $44.42
Multithreading Applications in Win32: The Complete Guide to Threads

Multithreading Applications in Win32: The Complete Guide to Threads

by Jim Beveridge
4.5 out of 5 stars (23)  $36.49
Advanced Windows Debugging

Advanced Windows Debugging

by Mario Hewardt
4.9 out of 5 stars (22)  $40.64
Explore similar items

Editorial Reviews

Product Description

This book shows programmers how to increase productivity when working with Windows and C++ by writing code that can be reused in application after application. It focuses on providing immediate and tangible benefits through reduced development time, code reusability, and clarity.


From the Back Cover

020160891XB04062001

Product Details

  • Paperback: 571 pages
  • Publisher: Addison-Wesley Professional (August 1992)
  • Language: English
  • ISBN-10: 020160891X
  • ISBN-13: 978-0201608915
  • Product Dimensions: 9.1 x 7.4 x 1.3 inches
  • Shipping Weight: 2.1 pounds
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon.com Sales Rank: #1,172,762 in Books (See Bestsellers in Books)

More About the Author

Paul DiLascia
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Paul DiLascia Page

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

5 Reviews
5 star:
 (4)
4 star:    (0)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.6 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
9 of 9 people found the following review helpful:
3.0 out of 5 stars Old but good, January 26, 2000
By Steven Ketcham (Altoona, PA USA) - See all my reviews
(REAL NAME)   
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

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 4 people found the following review helpful:
5.0 out of 5 stars One of the best books i ever read, September 10, 1999
By A Customer
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
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 3 people found the following review helpful:
5.0 out of 5 stars A must for the truly serious windows c++ programmer, February 16, 1997
By A Customer
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?
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Excellent!
This is a very old book dating from Windows 3.1 era. It walks you through the methodology one could take to encapsulate the Windows API in a C++ framework. Read more
Published on June 2, 2007 by Olivier Langlois

5.0 out of 5 stars Superb!!!
One of the best windows/c++ oriented books ever published!
From a guy who knows what he is doing!
Published on October 20, 2005 by I. Papasavvas

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Discussion Replies Latest Post
Textbooks for Kindle DX? 62 2 hours ago
Anyone need psychology testbook- trying to sell a used copy 2 2 days ago
textbook scam 72 2 days ago
Search Customer Discussions
Search all Amazon discussions
   
Related forums




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.