C++ Primer (4th Edition) and over one million other books are available for Amazon Kindle . Learn more

Buy Used
Used - Good See details
Price: £4.09

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
C++ Primer
 
 
Start reading C++ Primer (4th Edition) on your Kindle in under a minute.

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

C++ Primer [Paperback]

Stanley B. Lippman , Josée Lajoie
4.1 out of 5 stars  See all reviews (18 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Kindle Edition £21.14  
Paperback £28.19  
Paperback, 2 April 1998 --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.
There is a newer edition of this item:
C++ Primer C++ Primer
£33.99
Available for pre-order


Product details

  • Paperback: 1264 pages
  • Publisher: Addison Wesley; 3 edition (2 April 1998)
  • Language English
  • ISBN-10: 0201824701
  • ISBN-13: 978-0201824704
  • Product Dimensions: 23.2 x 18.8 x 4.5 cm
  • Average Customer Review: 4.1 out of 5 stars  See all reviews (18 customer reviews)
  • Amazon Bestsellers Rank: 790,760 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Authors

Discover books, learn about writers, and more.

Product Description

Product Description

C++ Primer, Third Edition, combines the practical experience and writing of Stanley Lippman, and the inside knowledge of the ANSI/ISO Standards Draft from Josee Lajoie. Completely rewritten, this tutorial is driven by examples which help the novice C++ programmer solve problems in terms of choice of language features, implementation, and efficiency. Programming aspects of the language are presented in the context of solving a particular problem or programming task. Language rules are given both to clearly introduce the rule and provide a reference to it. The book covers the new C++ Standard Library, including extensive treatment of what was formerly known as the Standard Template Library (STL), as well as the string and complex class types. It also examines the new language features introduced into the International Standard, such as Exception Handling, Run-Time Type Identification, Namespaces, the built-in bool type, and new-style cast-notation.

From the Back Cover

The third edition of the C++ Primer combines Stanley Lippman's practical experience with Josée Lajoie's inside knowledge of the ANSI/ISO Standard C++. This tutorial is rewritten to describe the features and programming usage of Standard C++. Especially useful for developers new to C++ are the many real-world programming examples that illustrate the design of generic and object-oriented programs, the use of templates, and other aspects of program design using Standard C++. In addition, the C++ Primer provides usage and efficiency guidelines where appropriate.

Highlights

  • Clear, practical and example-driven coverage of the Standard Library, with emphasis on the containers, iterators and algorithms (also known as the Standard Template Library), the string class and iostreams
  • A detailed look at the new features of Standard C++; exception handling, run-time type identification, namespaces, the built-in bool type, and new-style cast-notation, with advice on how to effectively use them.
  • A thorough introduction of the advanced language features, such as templates, classes, and inheritance in support of generic programming, object-oriented programming and object-based programming.
  • An appendix that can be used as a quick reference for the generic algorithms, describing their behavior, and providing concrete examples of how to use them.



0201824701B04062001

Inside This Book (Learn More)
Browse and search another edition of this book.
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

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)
 
(5)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

Most Helpful Customer Reviews
10 of 10 people found the following review helpful
By A Customer
Format:Paperback
If you're serious about the language then you'll want to read this book, probably side by side with Stroustrup. It is the best intermediate level book available, and these two books are sufficient to give you a thorough grounding. Some caveats:

1. Not for beginners. Get an introductory text from Deitel and Deitel, or Robert Lafore.

2. It is disorganised. But you need to take into account that this book is not meant to be skimmed over in a weekend, like most programming texts. You're meant to sit down and go through this book thoroughly, over weeks and months if needs be. Take notes as you go.

3. Get a copy of the answers book. The exercises are very good and are not put there for filler. Write code.

4. There's no getting away from the fact that C++ is a complicated and difficult language. This book acknowledges that; some many others don't and will waste your time and money as a result. It will get you to an adequate level if you invest the time.

5. Despite it's lack of structure, the authors approach the language in a very clear and logical manner, which is the kind of mindset that anyone I have ever come into contact with who was really proficient at C++ has had.

Comment | 
Was this review helpful to you?
4 of 4 people found the following review helpful
By A Customer
Format:Paperback
An extremely informative book, in fact far more informative than C++ for dummies and Learn C++ in 21days. I would not recommend it as a refernce as the topics are not well organized. Beginners should read something else first as this book is quite technical. But if you know C programming or any other OOP language, this book beats every other C++ book.
Comment | 
Was this review helpful to you?
3 of 3 people found the following review helpful
The best book on c++ 24 Aug 1999
By A Customer
Format:Paperback
Everyone who programs in c++ should own a copy of this book. The reasons the layout of the book do seem strange to some is due to the changes in the language over the past few years. Topics such as the STL that used to be introduced as an add on in chapter 32 in most books are now at the heart of the language and hence are introduced at the start of this book. To understand modern C++ you really need to grasp these concepts. The examples are concise, well written and appropriate. A must buy!
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
Easy to follow introduction
The defining feature of "C++ Primer" is the meticulous, logical presentation that leaves no room for confusion. Read more
Published on 28 May 2007 by Laitinen Aapo
Good detailled explanation of modern C++ for intermediate level...
This a largely an excellent book, let down by poor examples (would have been five stars if the authors had chosen one or two realistic projects and developed them from the ground... Read more
Published on 18 July 2006 by Mr. D. M. Crathern
Definitely it is not what one expects it to be...
I would expect this book to be a tutorial, a good initial course for C++ but I found it to be disappointing. Read more
Published on 8 Oct 2003 by Paulo Jorge Matos
Definitely not a Primer.
Definitely not for beginners (not an original comment), would put you off C++ from word go! There are much better C++ tutorials (Scott Meyers Effective C++ being the best examples... Read more
Published on 13 Mar 2001
Great Tutorial, not a complete reference.
I have been programming in C++ since MSVC 1.0 and some Simula before that, still there has been a lot I have not bothered to learn. Read more
Published on 20 Sep 1999
This book is for people who already know C.
I wish books like this would just state somewhere, "Hey, this book is for people who already know C. Don't buy this if you're a beginner to C or C++."
Published on 17 May 1999
Excellent for experienced C++ programmers, but no "primer"
This book is a fine choice for a 3rd or 4th C++ text in an experienced professional's library. For an audience already well acquainted with C++ and object-oriented programming... Read more
Published on 27 Sep 1998
Great, but get the next revision, 3.0
Great book, I relied on it forever and half. It has everything you could ever want in a C++ reference. Read more
Published on 4 July 1998
Classic updated
A caveat: the language version it describes is so new even the very first examples won't compile on many current compilers.
Published on 20 Jun 1998
Detailed book written in ANSI/ISO standard C++
A much awaited book - highly impressed with the detail and standardization. Lippman is an outstanding author. Read more
Published on 20 May 1998
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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback