Add this copy of Object Oriented Programming in C++ to cart. $9.18, good condition, Sold by ZBK Books rated 5.0 out of 5 stars, ships from Woodland Park, NJ, UNITED STATES, published 2001 by Sams.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
Used book in good and clean conditions. Pages and cover are intact. Limited notes marks and highlighting may be present. May show signs of normal shelf wear and bends on edges. Item may be missing CDs or access codes. May include library marks. Fast Shipping.
Add this copy of Object-Oriented Programming in C++ to cart. $10.09, very good condition, Sold by ThriftBooks-Atlanta rated 5.0 out of 5 stars, ships from Austell, GA, UNITED STATES, published 1998 by Sams.
Add this copy of Object-Oriented Programming in C++ to cart. $10.09, very good condition, Sold by ThriftBooks-Dallas rated 5.0 out of 5 stars, ships from Dallas, TX, UNITED STATES, published 1998 by Sams.
Add this copy of Object Oriented Programming in C++ to cart. $10.16, very good condition, Sold by ThriftBooks-Atlanta rated 5.0 out of 5 stars, ships from Austell, GA, UNITED STATES, published 2001 by Sams Publishing.
Add this copy of Object Oriented Programming in C++ to cart. $10.16, good condition, Sold by ThriftBooks-Baltimore rated 5.0 out of 5 stars, ships from Halethorpe, MD, UNITED STATES, published 2001 by Sams Publishing.
Add this copy of Object Oriented Programming in C++ to cart. $10.16, fair condition, Sold by ThriftBooks-Reno rated 5.0 out of 5 stars, ships from Reno, NV, UNITED STATES, published 2001 by Sams Publishing.
Add this copy of Object Oriented Programming in C++ to cart. $10.16, fair condition, Sold by ThriftBooks-Dallas rated 5.0 out of 5 stars, ships from Dallas, TX, UNITED STATES, published 2001 by Sams Publishing.
Add this copy of Object Oriented Programming in C++ to cart. $10.16, fair condition, Sold by ThriftBooks-Baltimore rated 5.0 out of 5 stars, ships from Halethorpe, MD, UNITED STATES, published 2001 by Sams Publishing.
Add this copy of Object-Oriented Programming in C++ (4th Edition) to cart. $12.00, good condition, Sold by HPB-Red rated 5.0 out of 5 stars, ships from Dallas, TX, UNITED STATES, published 2001 by Sams Publishing.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
Add this copy of Object Oriented Programming in C++ to cart. $14.99, good condition, Sold by Wonder Book - Member ABAA/ILAB rated 5.0 out of 5 stars, ships from Frederick, MD, UNITED STATES.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
Good. Good condition. 3rd edition. A copy that has been read but remains intact. May contain markings such as bookplates, stamps, limited notes and highlighting, or a few light stains. Bundled media such as CDs, DVDs, floppy disks or access codes may not be included.
I am currently reading this book as we speak! I am enjoying reading it a lot. The book is well written, although I am having some difficulty understanding some concepts of C++, but I am working on it!
edthehorse
Mar 28, 2011
excellent
The only reason I write is to express dismay at the critical review above.
I have used this text for several years to teach my C++ class. How did I learn C++ ? I locked myself away for 2 weeks and went thru this book from cover to cover. (Actually I started with his C version).
Its old but even so I've reviewed all? the others and th... is is still the best. Its strength is its simplicity.
Lafore has a narrative style of writing - My criterion of a good technical book is satisfied - its the sort of technical book you could read (well - bits of it) in bed!
One criticism!! The examples thru the book are sometimes a bit lengthy in aiming to be practical - bit hard to see the wood from the trees and I must admit my course consists of breaking these down and providing simpler examples with his examples serving as revision/re-enforcement.
I dread the day its not available and I'll need to redesign my course.
Read more
GrandAeon
May 17, 2007
Good book... but for who?
This book presents OOP in C++ in a somewhat confusing way. Starting with the foundations of procedural programming, it introduces the C++ basics, like data type, streams, structures and loops. Enter Chapter 6, where objects and classes are finally explained. But as soon as this chapter's over, you get to learn about arrays and strings, then r... eturn to OOP with operator overloading and inheritance, and back again for pointers... It always goes from functional to object-oriented features and back, as if to rush the reader into programming OO from the beginning, as soon as possible. While I don't think this is a bad idea to teach OOP soon, this approach feels weird.
The only reason this book in called OOP in C++ is because all examples from Chapter 6 to the end are presented object-oriented. The flow of the book itself makes it hard for beginners to learn C++ with this book. But it is a good way to learn the basics of OOP.
If you know the C/C++ and/or OOP basics and wish to brush up your OOP in C++, this is a fine book. Chapters, while presented in a questionable order, are well developed and easily readable on their own. Intermediate programmers can easily take whatever they want from this book without having to read it all.
This book does include a chapter on OO software development, but it's incomplete. There are complete books (as big as this one) just to explain OO software development. So experts looking to learn this won't be well served with this book.
All in all, what this book does, it does it well. That is: - teaching C++ to non-beginning programmers; - teaching OOP to C/C++ programmers.
Read more