Adore Me - Shop now
Enjoy fast, free delivery, exclusive deals, and award-winning movies & TV shows.
Buy new:
-22% $39.13
FREE delivery Wednesday, July 2
Ships from: Amazon
Sold by: BookBridge
$39.13 with 22 percent savings
List Price: $49.99
FREE Returns
FREE delivery Wednesday, July 2
Or fastest delivery Tuesday, July 1. Order within 3 hrs
Only 1 left in stock - order soon.
$$39.13 () Includes selected options. Includes initial monthly payment and selected options. Details
Price
Subtotal
$$39.13
Subtotal
Initial payment breakdown
Shipping cost, delivery date, and order total (including tax) shown at checkout.
Ships from
Amazon
Amazon
Ships from
Amazon
Payment
Secure transaction
Your transaction is secure
We work hard to protect your security and privacy. Our payment security system encrypts your information during transmission. We don’t share your credit card details with third-party sellers, and we don’t sell your information to others. Learn more
$9.30
Get Fast, Free Shipping with Amazon Prime FREE Returns
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. Ships directly from Amazon. 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. Ships directly from Amazon. See less
FREE delivery Wednesday, July 2 on orders shipped by Amazon over $35
Or Prime members get FREE delivery Monday, June 30. Order within 3 hrs.
Only 1 left in stock - order soon.
$$39.13 () Includes selected options. Includes initial monthly payment and selected options. Details
Price
Subtotal
$$39.13
Subtotal
Initial payment breakdown
Shipping cost, delivery date, and order total (including tax) shown at checkout.
Access codes and supplements are not guaranteed with used items.
Kindle app logo image

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Read instantly on your browser with Kindle for Web.

Using your mobile phone camera - scan the code below and download the Kindle app.

QR code to download the Kindle App

Follow the authors

Something went wrong. Please try your request again later.

Accelerated C++: Practical Programming by Example 1st Edition

4.2 out of 5 stars 311 ratings

{"desktop_buybox_group_1":[{"displayPrice":"$39.13","priceAmount":39.13,"currencySymbol":"$","integerValue":"39","decimalSeparator":".","fractionalValue":"13","symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"A8rt6UTEljGsxtsed9alSi1WPPO4Z8W2iHUq40b1sjUvKX2WQHy%2BlHjAWAMNHJoO8MwFTrPeRxMdaSRHV%2BGksSYKI%2FZrfHzaCPj3pYfwZ4oV4CsVgA5wlZOBk05ou8NUejhA4%2B9jm8%2Fc8Cxmv9h0QFD2fbEZu544GyLigJ65muqPT3AoSjxXHMijtksKL4ss","locale":"en-US","buyingOptionType":"NEW","aapiBuyingOptionIndex":0}, {"displayPrice":"$9.30","priceAmount":9.30,"currencySymbol":"$","integerValue":"9","decimalSeparator":".","fractionalValue":"30","symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"A8rt6UTEljGsxtsed9alSi1WPPO4Z8W2RvRBdPYYkSejkbQNhnuk5M6GdA6kTrg45kvMCwnBP87e%2FixeAdsdyUg4ssuVxRXpNa2ICetDDhMm45gtfc1%2FwSaFDlB7o%2Fg9xkNEPgWWLkGIwY4yLHsYXzSKFF%2BKPO%2FFwCUK1Yn3lEaMME0xyYjrmznBv6JOz7Z1","locale":"en-US","buyingOptionType":"USED","aapiBuyingOptionIndex":1}]}

Purchase options and add-ons

Want to learn how to program in C++ immediately? Want to start writing better, more powerful C++ programs today? Accelerated C++'s uniquely modern approach will help you learn faster and more fluently than you ever believed possible. Based on the authors' intensive summer C++ courses at Stanford University, Accelerated C++ covers virtually every concept that most professional C++ programmers will ever use -- but it turns the "traditional" C++ curriculum upside down, starting with the high-level C++ data structures and algorithms that let you write robust programs immediately. Once you're getting results, Accelerated C++ takes you "under the hood," introducing complex language features such as memory management in context, and explaining exactly how and when to use them. From start to finish, the book concentrates on solving problems, rather than learning language and library features for their own sake. The result: You'll be writing real-world programs in no time -- and outstanding code faster than you ever imagined.

Frequently bought together

This item: Accelerated C++: Practical Programming by Example
$39.12
Get it as soon as Thursday, Jul 3
Only 1 left in stock - order soon.
Sold by LosAngelesBookStore and ships from Amazon Fulfillment.
+
$34.90
Get it Jul 9 - 10
Only 1 left in stock - order soon.
Ships from and sold by GreenIceMedia.
+
$38.18
Get it as soon as Wednesday, Jul 2
In Stock
Ships from and sold by Amazon.com.
Total price: $00
To see our price, add these items to your cart.
Details
Added to Cart
Some of these items ship sooner than the others.
Choose items to buy together.

Editorial Reviews

Amazon.com Review

If you don't have a lot of time, but still want to learn the latest in C++, you don't have to learn C first. You might learn more by digging into current language features and classes from the very beginning. That's the approach that's offered by Accelerated C++, a text that delves into more advanced C++ features like templates and Standard Template Library (STL) collection classes early on. This book arguably can get a motivated beginning programmer into C++ more quickly than other available tutorials.

What separates this title from the rest of the pack is that it jumps right in with samples that take advantage of the Standard C++ of today--from streams to built-in container classes, such as vectors and linked lists. Early examples are more complex than in other books, but the thoroughness and relaxed pace of the explanations will bring the novice up to speed. (Although it ships at a slender 350 pages, Accelerated C++ is packed with samples, tips, and example problems; about 10 per chapter.)

After a tour of basic C++, the book looks at more advanced C++ features, such as templates, including built-in support for containers. Besides tapping the strength of Standard C++, you also will learn to design with your own templates. (Other tutorials would defer this material until later on.) The authors have tested the approach in the book in their own teaching, and honed a set of worthwhile examples that will help anyone get familiar with these powerful language features. All examples make use of the command line and console (without GUI programs), but the advantage is that this code should run on any of today's operating systems and compilers. Later sections cover the basics of class design, which include good coverage of operator overloading and inheritance.

With its innovative approach to teaching the language, Accelerated C++ will challenge readers in the right way. It suggests that you don't need to learn C to be productive in C++. Written in an approachable style, it deserves a close look from any C++ novice. --Richard Dragan

Topics covered:

  • Introduction to C++
  • Console I/O with stream classes
  • Basic string handling
  • Loop and flow-control statements
  • Arrays
  • Using functions and methods
  • Using Standard Template Library (STL) containers (vectors, linked lists, and maps)
  • Iterators
  • Sorting and generic functions
  • Basic class design
  • Pointers and arrays
  • File I/O
  • Memory-management techniques, including statically and dynamically allocated memory
  • Adding stream support to custom classes
  • Conversion operators
  • Operator overloading
  • Friend functions
  • Inheritance
  • Polymorphism and virtual functions
  • Handle idioms for classes, including reference counting
  • Quick reference to the C++ language

From the Back Cover

This is a first-rate introductory book that takes a practical approach to solving problems using C++. It covers a much wider scope of C++ programming than other introductory books I've seen, and in a surprisingly compact format.

--Dag Brück, founding member of the ANSI/ISO C++ committee

The authors present a clear, cogent introduction to C++ programming in a way that gets the student writing nontrivial programs immediately.

--Stephen Clamage, Sun Microsystems, Inc., and chair of the ANSI C++ committee

Anyone reading just this one book and working through the examples and exercises will have the same skills as many professional programmers.

--Jeffrey D. Oldham, Stanford University

Why is Accelerated C++ so effective? Because it

  • Starts with the most useful concepts rather than the most primitive ones: You can begin writing programs immediately.
  • Describes real problems and solutions, not just language features: You see not only what each feature is, but also how to use it.
  • Covers the language and standard library together: You can use the library right from the start.
The authors proved this approach in their professional-education course at Stanford University, where students learned how to write substantial programs on their first day in the classroom.

Whether you are eager to get started writing your first C++ programs, or you are already using C++ and seeking deeper understanding, the authors' unique approach and expertise make Accelerated C++ an indispensable addition to your library.



020170353XB04062001

Product details

  • Publisher ‏ : ‎ Addison-Wesley Professional
  • Publication date ‏ : ‎ September 18, 2000
  • Edition ‏ : ‎ 1st
  • Language ‏ : ‎ English
  • Print length ‏ : ‎ 352 pages
  • ISBN-10 ‏ : ‎ 020170353X
  • ISBN-13 ‏ : ‎ 978-0201703535
  • Item Weight ‏ : ‎ 1.15 pounds
  • Dimensions ‏ : ‎ 7.38 x 0.8 x 9.25 inches
  • Part of series ‏ : ‎ C++ In-Depth
  • Customer Reviews:
    4.2 out of 5 stars 311 ratings

About the authors

Follow authors to get new release updates, plus improved recommendations.

Customer reviews

4.2 out of 5 stars
311 global ratings

Review this product

Share your thoughts with other customers

Customers say

Customers find this C++ book provides a nice approach to learning the language and serves as a great fast introduction for experienced programmers. Moreover, the pacing is positive, with customers noting it explains concepts well and helps gain working knowledge. However, the execution receives negative feedback, with customers describing the exercises as horrible. Additionally, the book order receives criticism, with one customer noting that chapters cannot be read out of order.

50 customers mention "Introductory value"46 positive4 negative

Customers find the book provides a nice approach to learning C++ and is particularly good for those with programming experience, serving as a great fast introduction to the language.

"...is that the authors are not only knowledgeable, but are also great teachers: they have used the material in this book for their professional-..." Read more

"...Fascinatingly this book wastes absolutely no time getting you into understanding C++ mode, and simple terms and things most programmers take for..." Read more

"...This book walks one through a regimen that begins with material relevant in most programs; rather than "basic" not so relevant material...." Read more

"...from its standard library aspect can make you a productive programmer in much much shorter time than learning from the traditional approach, which..." Read more

7 customers mention "Execution"0 positive7 negative

Customers criticize the book's exercises, finding them horrible and difficult to complete.

"...be followed and programmed by the reader and yet there is no output to these examples given to compare answers to...." Read more

"...Here are some major flaws with the book: 1. The exercises are often unclear. You're left wondering what they're really asking you to do...." Read more

"...It is really difficult to do some of the exercises, but there are plenty of websites full of programmers that are willing and able to help you..." Read more

"...The exercises are difficult (and there's no solutions), and the chapters jump all over the place, topically...." Read more

3 customers mention "Book order"0 positive3 negative

Customers have mixed opinions about the book order, with one customer noting that chapters cannot be read out of order and another mentioning that they jump all over the place.

"...This means that the chapters cannot really be read out of order...." Read more

"...But again, this kind of ties into this book's problems. Each chapter is not stand-alone, which is a pain...." Read more

"...are difficult (and there's no solutions), and the chapters jump all over the place, topically...." Read more

Top reviews from the United States

  • Reviewed in the United States on March 7, 2010
    Format: PaperbackVerified Purchase
    The authors are widely considered to be among the world's foremost authorities on C++. What is perhaps even more important for the purposes of this review is that the authors are not only knowledgeable, but are also great teachers: they have used the material in this book for their professional-education course at Stanford University, and their pedagogic skills show on every page. It comes as no surprise, then, that "Accelerated C++" is consistently recommended to programmers who wish to learn C++.

    The Good: This book does not talk down to the reader. It assumes that you are intelligent and implicitly expects you to have previously come into contact with either procedural or object-oriented programming. Many different topics are covered in a short space (around 300 pages in total), but the text is highly readable owing to the authors's relaxed tone, as well as their many cross-references and their detailed explanations of the examples (after all, the book's subtitle is "practical programming by example"). Equally important, the authors have provided on their website the source code for all the examples in the book (and more), packaged for different platforms. As should be obvious, modifying, compiling, and running the code in parallel to reading the text is integral to understanding the concepts being introduced. In contradistinction to many other popular volumes, this book teaches real C++, not "C with classes". To illustrate this point, let me note that pointers and arrays are only introduced in Chapter 10 (of 16). "Accelerated C++" jumps right in and describes a variety of topics that are of use to professional C++ programmers, such as standard library algorithms, templates, allocators, dynamic binding, and more.

    The Bad: Some readers may find the student-grading and character-pictures examples a little boring (though what simple example isn't somewhat boring?). Also, the difficulty level of the exercises is not consistent (e.g. some have already been worked out in the provided source code). This book isn't really great as a reference: new concepts are introduced when they are needed for the purposes of the examples. This means that the chapters cannot really be read out of order. Futhermore, certain things like bitsets, switches, enums, and multiple inheritance are either relegated to the Appendices or are not mentioned at all. In a similar vein, object-oriented programming is not thoroughly discussed (as can be expected from such a short book): e.g., inheritance is introduced in chapter 13 (of 16). Finally, this book was published in 2000 and quite a bit has changed in the meantime. Most notably, we are now expecting a new standard to come out (still known as C++0x). Unfortunately, this book doesn't talk about TR1 (a specification for functionality being added to C++'s standard library) or boost (a collection of libraries offering TR1 implementations and much more), or threading in C++. A new edition of "Accelerated C++" apparently is in the works.

    Lest the reader feel that I am being too negative, I note that it is impossible for one book to please everyone and cover everything, while being always up-to-date and still remaining short. In a nutshell, this book is great at what it intends to be: a fast-paced, authoritative, and pedagogically sound introduction to (1998/2003) standard C++ . This book definitely deserves 5 stars.

    ----------------

    My two cents on recommended follow-ups:

    * C++ Primer, 4th edition, by Stanley B. Lippman, Josee Lajoie, Barbara E. Moo

    A great second book which can be used to solidify and expand your understanding. The "C++ Primer" is over 800 pages long, but it is so well written that it can either be read cover-to-cover or used as a reference (see also my review of it on amazon).

    * Effective C++, 3rd edition, by Scott Meyers

    This assumes you have already come across all of the material contained in "Accelerated C++" and in the "C++ Primer". It offers solid advice on numerous aspects of effective C++ development. Meyers also describes a few design patterns as well as more modern topics like TR1.

    Alexandros Gezerlis
    14 people found this helpful
    Report
  • Reviewed in the United States on August 10, 2012
    Format: PaperbackVerified Purchase
    C++ (and its many variants) is probably one of the most popular and widely used programming languages in the world. Its adaptability, flexibility, and scope of what it can perform on many different platforms is extremely impressive when I consider everywhere that I've seen elements or structures of the language.

    As I child I compiled programs and made rather simple executables on my Commodore 64 and my 486 - both close to top-of-the-line machines at the time. I learned BASIC fairly well, yet as I went to high school and beyond I let my interest in programming slide. Diversionary actions revealed, however, that I could never get away from my interest in programming - I made various games and programs on my TI-82 back in the '90's, but high school "coolness" took over and sports became the new thing. As I finished high school and went to college to study literature, I put my interest in programming to the side while all my friends went off to the left coast and everywhere in between going to school and/or taking technical jobs of various sorts in the tech boom at the time.

    So as a 33 year old liberal arts major and career technical sales rep with a strong interest in PC building, PC architecture, electronics, and microcontrollers, I decided it was time to get back to basics and learn what I've always wanted to learn - computer programming in its purest form. Fascinatingly this book wastes absolutely no time getting you into understanding C++ mode, and simple terms and things most programmers take for granted take quickly as you're working through the book. It's not long after you're programming "hello world" you're learning how to manipulate much more complex commands and KNOWING and UNDERSTANDING the why's and how's of what's going on.

    For a practical, hands-on, beginners' book, look no further. Read the author's intro and you'll understand exactly why a blank slate (when it comes to programming C++) of a mind is better suited to this learning method than someone who already has experience in C or C++. In short they start teaching functional commands and filling in the blanks on basics as needed. Certainly this shouldn't be your only C++ book, but if you're just getting started it's one heck of a first step!

    One last piece of advice - make sure you get a decent C++ programmer and compiler with all the standard libraries. Just google around and visit various forums - there are excellent resources online with all of this information. I don't want to promote one over the other, but if you're using windows you'll still want to start with a blank screen / non-GUI version so you get the hang of the language before you move on to programming in Windows. That's just my opinion - but you can certainly use a Windows C++ distro from the largest software brand in the world if you so choose!
    3 people found this helpful
    Report
  • Reviewed in the United States on November 29, 2014
    Format: PaperbackVerified Purchase
    I had taken a c++ class years prior though had never had to program with vigor using c++ in my work tasks. That changed and I needed a book to walk me through what was important in coming up to speed with learning, modifying and developing a very large c++ simulation. This book is perfect for this. This book walks one through a regimen that begins with material relevant in most programs; rather than "basic" not so relevant material. The length is not so large as to scare away; some similar books are so long that it would take a year to seriously plow through them. The book will get you up and going in using library functions and developing your own functions before it even touches class structure or inheritance which is addressed in the second half and is done is such a way that many of the advanced concepts are understood based upon the practical work covered in the first half of the book. The only critical remarks I have is that the book gives many very useful examples that really need to be followed and programmed by the reader and yet there is no output to these examples given to compare answers to. I also found that the generation of the input streams to many of the examples needed slight modifications depending upon the platform / compiler being used. Other than these two things, the book is a great buy.
    8 people found this helpful
    Report

Top reviews from other countries

Translate all reviews to English
  • Cliente Amazon
    5.0 out of 5 stars AwesomeGuy
    Reviewed in Spain on August 7, 2017
    Format: PaperbackVerified Purchase
    Decir que voy por menos de la mitad pero ya estoy viendo que ayuda mucho. Hay que saber programar ya en algún otro lenguaje porque no lo explica todo desde cero.

    Por ponerle una pega, está en inglés. Si no controlas inglés olvídate.
    Report
  • Mulder90
    5.0 out of 5 stars Spettacolare!
    Reviewed in Italy on September 14, 2011
    Format: PaperbackVerified Purchase
    Ottimo! Su internet è uno dei più consigliati libri per imparare il C++ ed ora ho capito il motivo.
    Testo chiaro e pieno di esempi(scaricabili anche dal sito internet) veramente ottimi; l'autore riesce a far capire concetti con una facilità unica.
    Il testo è in inglese ma non è difficile da comprendere.
    Possedevo già un libro in italiano sul C++...dopo 3 pagine mi aveva annoiato. I libri in inglese sono di gran lunga migliori!!!!
    Consigliatissimo!
  • peter nguyen
    4.0 out of 5 stars item as described
    Reviewed in Australia on January 16, 2022
    Format: PaperbackVerified Purchase
    item as described. A bit slow in delivery.
  • Amazon Customer
    5.0 out of 5 stars Five Stars
    Reviewed in Canada on April 12, 2016
    Format: PaperbackVerified Purchase
    Easy to read, good beginner's book
  • Lou
    5.0 out of 5 stars Enfin un bon livre pour se mettre au C++
    Reviewed in France on April 19, 2016
    Format: PaperbackVerified Purchase
    Après des années passées à essayer de me former au C++ par différents moyens, années au cours desquels je fus découragé par la complexité, l'abondance de sources, et la médiocrité pédagogique de nombreux ouvrages, je me régale à la lecture de ce livre. Il permet de plonger directement dans une programmation C++ qui ne soit pas juste une adaptation du C. Les notions fondamentales (par exemple les itérateurs) y sont abordées très tôt, et les détails trop arides du langage sont laissés de côté. Un livre qui va ainsi à l'essentiel permet de ne pas trop vite se noyer dans la masse d'informations disponibles.

    Le style est excellent, cela rend la lecture beaucoup plus facile qu'un livre de référence. Une nouvelle édition couvrant C++11 serait la bienvenue, mais c'est bien là le seul bémol quant à cette édition.