Object-Oriented Programming in C++ and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £8.75 Amazon.co.uk Gift Card
Object-oriented Programming in C++
 
 
Start reading Object-Oriented Programming in C++ on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Object-oriented Programming in C++ [Paperback]

Robert Lafore
5.0 out of 5 stars  See all reviews (2 customer reviews)
RRP: £35.99
Price: £30.59 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £5.40 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 4 left in stock--order soon (more on the way).
Want guaranteed delivery by Thursday, June 7? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £21.27  
Paperback £30.59  
Trade In this Item for up to £8.75
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Object-oriented Programming in C++ for an Amazon.co.uk gift card of up to £8.75, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Customers buy this book with C++ Pocket Reference £5.62

Object-oriented Programming in C++ + C++ Pocket Reference
Price For Both: £36.21

Show availability and delivery details

  • This item: Object-oriented Programming in C++

    In stock.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions

  • C++ Pocket Reference

    In stock.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions



Product details

  • Paperback: 1040 pages
  • Publisher: Sams; 4 edition (19 Dec 2001)
  • Language English
  • ISBN-10: 0672323087
  • ISBN-13: 978-0672323089
  • Product Dimensions: 23.3 x 18.7 x 5.3 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 509,852 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Robert Lafore
Discover books, learn about writers, and more.

Visit Amazon's Robert Lafore Page

Product Description

Product Description

Object-Oriented Programming in C++ begins with the basic principles of the C++ programming language and systematically introduces increasingly advanced topics while illustrating the OOP methodology. While the structure of this book is similar to that of the previous edition, each chapter reflects the latest ANSI C++ standard and the examples have been thoroughly revised to reflect current practices and standards.

 

Educational Supplement

Suggested solutions to the programming projects found at the end of each chapter are made available to instructors at recognized educational institutions. This educational supplement can be found at www.prenhall.com, in the Instructor Resource Center.

From the Back Cover

Object-Oriented Programming in C++ begins with the basic principles of the C++ programming language and systematically introduces increasingly advanced topics while illustrating the OOP methodology. While the structure of this book is similar to that of the previous edition, each chapter reflects the latest ANSI C++ standard and the examples have been thoroughly revised to reflect current practices and standards.

 

Educational Supplement

Suggested solutions to the programming projects found at the end of each chapter are made available to instructors at recognized educational institutions. This educational supplement can be found at www.prenhall.com, in the Instructor Resource Center.


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

4 star
0
3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
19 of 21 people found the following review helpful
By A Customer
Format:Paperback
A more appropriate title for this book would be:

"Object-Oriented Programming in C++ - Don't Panic!"

C++ is a daunting language for any beginner to tackle and not to be undertaken by the faint-hearted, however armed with this book a steep learning curve is made much more manageable. Not only that but starting right from chapter 1 the C++ tutorial is delivered in an easily understandable style in tandem with a comprehensive guide to the use of object-oriented programming methods, giving your C++ programs added power. Many "how to" books on the subject seem to only mention OOP in passing, or even not at all. Lafore not only doesn't shy away from the subject but unashamedly embraces it so not only does the student learn to program in C++ but he/she is more likely to do so in a truly professional manner. I found the frequent use of diagrams as well as real life analogies to help get what may be unfamiliar ideas and concepts fixed in the mind very useful and indeed refreshing. This is an approach that is often lacking in many similar textbooks.

And as if all that wasn't enough UML (Unified Modelling Language) is also covered throughout the book in the same easy manner so that complex programs can be designed using a "top down" approach. To put it simply if you want to begin to learn to program professionally in C++ without the angst then buy this book, it's a complete package!

Comment | 
Was this review helpful to you?
Worth every penny! 28 May 2012
By Chris
Format:Paperback|Amazon Verified Purchase
The book is a fantastic read! You do not need a vast amount of programming knowledge to understand this book as it takes you through the basics without lacking the content required for more advanced programmers. The book does well to balance the needs of most abilities and allows more advanced readers to easily skip the first couple of chapters. The narrative is excellent and very easy to understand - Robert Lafore does well in this book.

Although specific to C++, the book does cover the general principles of object orientated programming as well so skills learned from the book could be transferable. I haven't had a chance to try out the tutorials but there are some example programs used throughout the book, with fully commented and understandable code.

If you are thinking of getting this book, no matter what ability - do it!
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  40 reviews
17 of 17 people found the following review helpful
perfect for transition from C to C++ 17 Feb 2005
By levl289 - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
I took several C++ Program In Computing courses while in college, and I must say, this book did a fantastic job of turning the what was then "clear as mud" concepts to something I could understand.

Since those courses, I've learned C and a few other languages, but this book does a fantastic job of introducing OO concepts to a programmer, or a beginner who was otherwise doing procedural programs, or was just starting fresh. Lafore goes over the benefits of OO, and slowly builds on top of concepts throughout the book until you get a good overall understanding of the theory and the practice.

Two things I didn't like about the book:

1. There was very little discussion about doing things the "right way". By this, I mean, Lafore didn't really mention how certain methods of writing programs were less efficient than others. It looks like he was using the best practices in the book, so maybe that would have been overkill, but going a bit more in depth about why to do certain things certain ways would have been nice. While this is a beginner book, it certainly doesn't hurt to have sidenotes of this nature for those interested.

2. While the majority of the code in this book was portable to most platforms, it's still assumed that you're going to be on a Windows plaform, and Lafore uses several Windows-only graphics libraries to illustrate some points. Being a UNIX guy, I would have preferred that he stick to a platform neutral explanation.
11 of 11 people found the following review helpful
Just the right approach to learning OOP and C++ 30 Jan 2004
By David Horn - Published on Amazon.com
Format:Paperback
This book is used as a text in a number of college venues and it's not hard to see why. It's well-written, explains difficult concepts in reasonable language, it doesn't try to talk over the reader and it presents the concepts of C++ in a logical and sequential manner. I particularly liked that LaFore decided to get into structures relatively early in his book (in chapter 4) because, as he rightly points out, an understanding of structures is useful in the path of learning from the basic sequential and structured programming to the object-oriented concepts and programming that are illustrated later on. Of the many books that I have had a chance to review for use in an academic environment, it's hard to go wrong with this one; and it edges out my other favorite, Prata's "C++ Primer Plus," mostly because of his sequence of concepts and he doesn't spend a lot of time talking about what some of the older and, frankly, less used compilers are doing with respect to the inclusion of headers and library files. I also liked the exercises that appear in this book. Learning to program is like learning math and another language at the same time - the only way to learn it is to do lots of programs and apply the language. However, I find fault in that solutions are not provided for all of the exercises, which takes away from the usefulness of this book as a tool for self-teaching. Still, that and a couple of editing misses are the only flaws. Highly recommended!
13 of 14 people found the following review helpful
Lafore could explain quantum physics to an infant 14 Aug 2002
By "dddsss" - Published on Amazon.com
Format:Paperback
Concerning OOP in C++ and Data Structures and Algorithms in Java

I've been a software engineer for roughly two years now. I was fortunate to have learned C++ and Data Structures by books written by Lafore. In my time in the field, I've noticed that I have a much stronger understanding of C++ and Data Structures than many of my senior programmers. It appears that the books they learned from in college were so esoteric and academic (Introduction to Algorithms (MIT Electrical Engineering and Computer Science))that they actually fear opening the book, let alone creating binary trees, heaps and weighted graphs. Of course they are also C spaghetti programmers and they have no problem with global variables.

When I was in college the required C++ text was Deitel and Deitel's C++ How to Program. The book was just plain boring to me, fell apart and looked like it was written in some sort of linux text editor. Although the other half of C++ programmers prefer this book over any other, I eventually used Lafore's Object Oriented Programming in C++ to learn the material. OOP in C++ is actually fun to read compared to the snoozers the old guys used to read.

In my opinion, there is no other technical writer that compares. He makes the material so easy you are convinced that you are missing something. When I hear a senior programmer talk in fear about data structures and that scary "Object Oriented Programming" I always have to question if they know something about OOP and DSA that I don't know about? Is there? Cuz I'm still questioning it. I'm ok with the OPP but that spegetti code scares the daylights out of me.

Drawbacks: Lafore only brushes the surface of Big O notation and pseudo code in his data structures book. He also worded the book so nicely that many of my senior programmers have made degrading comments about how the book was written for grade schoolers, yet they use my Lafore's Data Structure book 10 times more than they do their "MIT algorithms" book. That's got to say something.

If your taking a college course, use Lafore's books as backup text books. You'll be thankful you did.

I like this guys writing so much I wait for his next book as if it he was Stephen King. I feel like a groupie.

Well anyway..
Thanks,
Dave

Search Customer Reviews
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
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges