Customer Reviews


12 Reviews
5 star:
 (4)
4 star:
 (6)
3 star:    (0)
2 star:    (0)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


2 of 2 people found the following review helpful:
4.0 out of 5 stars This is a good quick ref guide for working with classes.
[I rate most modern programming guides much lower than this, so curve my rating accordingly!]

My Background: Graduate computer science student nearing graduation. Have used about 10 languages in the last 15 years.

PROS OF THE BOOK: (1) all source code available off the web!! (2) progressive examples of classes with more and more options built in (3) source code...

Published on May 11, 1998 by Stephen J. Wuest(sjwuest@cs.wm...

versus
1 of 1 people found the following review helpful:
1.0 out of 5 stars Put the Book down and walk away. You'll be glad you did!
This book is better used as a door stop. This book was very badly organized and very hard to understand. It'll take you about 21 weeks to finally make sense of this book. Very outdated. I wish I never bought it.
Published on June 29, 1998


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

2 of 2 people found the following review helpful:
4.0 out of 5 stars This is a good quick ref guide for working with classes., May 11, 1998
By 
Stephen J. Wuest(sjwuest@cs.wmich.edu) (Yes, there really is a Kalamazoo, MI) - See all my reviews
This review is from: Sams' Teach Yourself C++ in 21 Days: Complete Compiler Edition (Paperback)
[I rate most modern programming guides much lower than this, so curve my rating accordingly!]

My Background: Graduate computer science student nearing graduation. Have used about 10 languages in the last 15 years.

PROS OF THE BOOK: (1) all source code available off the web!! (2) progressive examples of classes with more and more options built in (3) source code compiles with little effort using MS VISUAL STUDIO (C++) (4) down to earth discussion of class design: this is the most productive book on C++ classes that I have read

CONS OF THE BOOK: (1) errata et corrigenda: <iostreams.h> should be <iostream.h> (2) no discussion of basic class connections to access low level pixel operations: it seems to me that in this graphics intensive marketplace a discussion of basic graphics classes is a must, especially as an object is required in (MS VISUAL STUDIO) C++ to access the pixel operations. (How can you not love pixels?) (3) No one can learn C++ in 21 days! The syntax of the language is simple (for those who know C) but the design of classes remains a black hole of ignorance in modern computer science curricula (undergraduate and graduate)--you cannot find any course dealing with the subject, and almost no theoretical research has been done on the design of efficient (reusable) classes. Unfortunately, many of the books on the market ASSUME the superiority of a certain design process, and there is no hardcore evidence for such opinions. Jesse Liberty steers clear of this wild wild west area of modern program ming and sticks to very practical guidelines. Still, learning to think in classes is a radically different skill which is not learnable in such a short time. When I am forced to produce a full-blown dual level neural network in 2.5 weeks, or an advanced AI solution in 2 weeks, class design requires containerization and probably multiple inheritance levels. Rewriting a string class is utterly trivial in comparison! My Point: Modern class design theory (in popular ! books) may be passable for the average "real life" programmer who has only a bachelor's and is 15 years behind the cutting edge of design theory, but this usual presentation of class design theory is hopelessly simplistic and deficient for the graduate level student.

The great saving characteristic of popular C++ books is that MS's on-line documentation is much, MUCH worse!

Jesse Liberty's book is welcome on my center shelf.

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:
5.0 out of 5 stars Sam's Teach Yourself C++ in 21 Days, Second Edition, May 1, 1999
By A Customer
This review is from: Sams' Teach Yourself C++ in 21 Days: Complete Compiler Edition (Paperback)
I started a long time ago to try and learn C++, but with all of the tutorials online, it was hard, because I had nothing that I could easily go back to. This book makes it possible to write useful C++ programs for yourself and others, and teach you things that most other tutorials on the net won't. This book is excellent!! In addition, including the compiler with the book allows the person to get started right away, with no delays.
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:
1.0 out of 5 stars Put the Book down and walk away. You'll be glad you did!, June 29, 1998
By A Customer
This review is from: Sams' Teach Yourself C++ in 21 Days: Complete Compiler Edition (Paperback)
This book is better used as a door stop. This book was very badly organized and very hard to understand. It'll take you about 21 weeks to finally make sense of this book. Very outdated. I wish I never bought it.
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:
5.0 out of 5 stars A Great Book, HIGHLY Recommended, May 15, 1998
By 
This review is from: Sams' Teach Yourself C++ in 21 Days: Complete Compiler Edition (Paperback)
I have found Jesse Liberty's book the absolute best when it comes to learning C++. I love the by-example approach, tips, and clear writing. I wish Jesse would write an equally lucid book about the art of class design.
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 A good way to get started into programming, May 9, 1998
This review is from: Sams' Teach Yourself C++ in 21 Days: Complete Compiler Edition (Paperback)
This book could have been organized better (in my humble newbie opinion) but i learned enough of the basics to go on to Java in just 12 days! The Borland compiler works well with little difficulty. Pointers and references (which are in no way easy to understand) are still confusing, but everything else is well taught.
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 will***pretty good, April 21, 1998
By A Customer
This review is from: Sams' Teach Yourself C++ in 21 Days: Complete Compiler Edition (Paperback)
I read the second edition and learned
alot about proper programing techniques
and classes which i previously new little about
two things a new programmer may like is the fact that the output is printed in the book
Also it is written to compile on most compilers
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Excellent Book, February 3, 2000
By 
Jason (Ohio, U.S.A) - See all my reviews
This review is from: Sams' Teach Yourself C++ in 21 Days: Complete Compiler Edition (Paperback)
I am a high-school mathematics/computer programming instructor. I have used this book as the text for our C++ programming course for two years and have found the benefits to be overwhelming. Students tend to pick up on C++ much more quickly when they have this book as a reference. I would like to personally thank Mr. Jesse Liberty for giving us such a concise, thorough explanation of C++ in a language that my students and I can understand! Thanks Again, Jason
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Through book of C++, February 4, 1999
By A Customer
This review is from: Sams' Teach Yourself C++ in 21 Days: Complete Compiler Edition (Paperback)
This book is great for someone first starting out in programming, in that it covers C++ throughly, accurately, and makes it easy to underatand. Once you finish this it, you'll never need another C++ book to fill the holes that other books have. It would have recieved 5 stars if it was organized better as a reference too. My suggestion: BUY IT.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Great book for those with programming background, September 28, 1998
By A Customer
This review is from: Sams' Teach Yourself C++ in 21 Days: Complete Compiler Edition (Paperback)
Sams' teach yourself C++ in 21 days is a great book, that covers a great deal of C++, with a lot of examples and explanations. The author explains the difficult parts of the language with real life examples, and that makes it easy to understand. The book not only talks about the syntax of the language, but explains how to design your C++ program before you start writing the code, and how to think like a programmer. This book is excellent, and the only reason I didn't gave it 5 stars, is that this book requires a little programming background, so you can understand some of the more complex C++ topics. I truly recommend this book for those who has some programming background.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Teach Yourself Visual C++5 in 21 Days - A good book, September 16, 1998
By A Customer
This review is from: Sams' Teach Yourself C++ in 21 Days: Complete Compiler Edition (Paperback)
I think the book was an excellent jump start for the first time user of Visual C++. I encountered a problem in Chapter 16 (Building your own library) in that "excpt.h : C2143 Line36" would not let the library build.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Sams' Teach Yourself C++ in 21 Days: Complete Compiler Edition
Used & New from: $5.00
Add to wishlist See buying options