Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
C++ Primer
 
 

C++ Primer [Paperback]

Stanley B. Lippman , Josée Lajoie , Barbara E. Moo
3.5 out of 5 stars  See all reviews (100 customer reviews)
List Price: CDN$ 62.99
Price: CDN$ 39.68 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 23.31 (37%)
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.
Ships from and sold by Amazon.ca. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want it delivered Monday, May 28? Choose One-Day Shipping at checkout.

Formats

Amazon Price New from Used from
Paperback CDN $39.68  
There is a newer edition of this item:
C++ Primer C++ Primer
CDN$ 49.18
Available for Pre-order

Frequently Bought Together

C++ Primer + The C++ Programming Language: Special Edition + C Programming Language
Price For All Three: CDN$ 156.02

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • The C++ Programming Language: Special Edition CDN$ 59.21

    In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • C Programming Language CDN$ 57.13

    In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought


Product Details


Product Description

From Amazon

This new edition of C++ Primer, a favorite choice for a first C++ book, has been greatly improved with the latest and greatest on C++, stressing the built-in language features of the C++ Standard Library. For this new version--weighing in at a massive 1,237 pages--Stanley Lippman, a well-known C++ expert, teams up with Josée Lajoie, who has helped define the C++ international language standard. The new material is excellent for programmers who want to get the most out of new and advanced features in the language.

The authors still introduce the basics of C++, including data types and pointers, but quickly move on to stress how to get the most out of the built-in features of ISO-standard C++. Throughout this book built-in support for the C++ Standard Library, such as container classes like vectors and maps, and other standard features, such as the string class, are integrated into a tried-and- proven basic-language tutorial.

The major new features of C++ (templates, name spaces, and run-time type identification) all get their due. The result is an authoritative guide to basic and advanced C++ in a clear and readable style, with plenty of short, practical examples throughout the text. The book includes exercises--some quite challenging--for every section: a perfect choice both for self-study and the classroom. --Richard Dragan --This text refers to an alternate Paperback edition.

Review

Read the full review for this book.

During the last fifteen years, the power factor seems to have outperformed the complexity factor, marking the track for massive adoption of C++ in all sorts of serious application realms. Hundreds of books have been published covering every single aspect of the language, including its syntactic and semantic aspects, its effective adoption in small- and large-scale projects, and its most resounding features as well as its most worrying pitfalls. --Davide Marcato, Dr. Dobb's Electronic Review of Computer Books -- Dr. Dobb's Electronic Review of Computer Books --This text refers to an alternate Paperback edition.


Inside This Book (Learn More)
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)
 

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


 

Customer Reviews

100 Reviews
5 star:
 (41)
4 star:
 (19)
3 star:
 (10)
2 star:
 (8)
1 star:
 (22)
 
 
 
 
 
Average Customer Review
3.5 out of 5 stars (100 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most helpful customer reviews

5.0 out of 5 stars Excellent Book, May 15 2002
This review is from: C++ Primer (Paperback)
.... A great book on C++,but if you are new to C++ programming language you have to start with another book.This book gives evrything about C++ Language.One speciality of this book is that
it constructs your logic in Object Oriented way.If you are a experinced C programmer and want to go for Object Oriented Programming model,this is the right & best book.It Construct your logic in Object Oriented way.Anybody who wants to become a expert in Object Oriented programming model technology ..pls read it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Do not be intimidated by the first two chapters, Aug 6 2001
By 
Sajid Raza (Scarsdale, NY) - See all my reviews
(REAL NAME)   
This review is from: C++ Primer (Paperback)
I bought this book a few months ago. I was put off by its girth, and I didn't really pick it up till a week ago. In retrospect, it is really useful. I want to learn C++ in a rigorous manner. The exercises in the book really help me to understand the concepts in the text. I bought Bjarne Stroutstrup's book and I thought spent too much time extolling the language's virtues. We all know that we have to learn C++. Authors should edit out the pontification and just give us the important lessons straight. The C++ Primer manages to do that.

Negatives:

Source code on supporting web-site doesn't really compile under VC++.

Need to buy answer book to get answers on exercises (just got mine).

Bottom Line:

Buy this book if you want to learn C++ and some have previous programming experience.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful
5.0 out of 5 stars A great book, July 18 2004
This review is from: C++ Primer (Paperback)
For experienced programmers, C++ primer is a one-stop resource. However, the contents fall somewhere between a beginner level c++ books and the ultimate "THE c++ programming language" by the creator itself. Here is my breakdown of the book: (5=best)

#1: Contents (5): This book is the most comprehensive tutorial style books available. The contents are presented in no-fluff, succit style. Instead of just explaining the concepts, the author focuses on the possible pitfalls and critical details. I also like the comments on compatibility issues.

#2: Writing Style (3): I will give 3-stars for writing style because the book lacks the conversational tone. It presents a lot of details at once. ALso, the book is very "textbook" type and the style make it somewhat hard to follow inspite of its excellent contents.

#3 Organization (1). I agree with most other reviewers who think that the book suffer from poor organization. The authors are trying to make their book a tutorial and a reference at the same time and it clearly fails to fit in either camp. The author jumps around alot with a huge number of cross references and presents many concept without explaining them. This make this book very unsuitable for beginners with a little programming experience.

#4: Examples (4): C++ primer is one of the few books with decent practice problem. The examples are usually short and to the point and successfully avoid the unnecessary clutter. However, most are code snippets instead of complete working programs and usually donot touch realworld problems.

#5: Audience (2): The book claims to be suitable for both beginners and experienced programmers. In my opinion, for beginners this book can be very frustrating.

Overall (5): Inspite of its shortcomming, i give this book
5-star because its worth your money. This is one book that will become your all time favourite reference once you get comfortable with the language.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Want to see more reviews on this item?
 Go to Amazon.com to see all 152 reviews  3.7 out of 5 stars 
 
 
Most recent customer reviews











Only search this product's reviews



Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges