or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
53 used & new from £12.00

Have one to sell? Sell yours here
 
   
Accelerated C++: Practical Programming by Example (C++ in Depth Series)
 
 

Accelerated C++: Practical Programming by Example (C++ in Depth Series) (Paperback)

by Andrew Koenig (Author), Barbara E. Moo (Author)
4.8 out of 5 stars  See all reviews (17 customer reviews)
RRP: £30.99
Price: £15.46 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £15.53 (50%)
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.

Want guaranteed delivery by Wednesday, November 25? Choose Express delivery at checkout. See Details
39 new from £14.36 14 used from £12.00
12 Days of Christmas Sale in Books
Get up to 65% off some of our top titles. Shop now

Special Offers and Product Promotions


Frequently Bought Together

Accelerated C++: Practical Programming by Example (C++ in Depth Series) + Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series) + Exceptional C++
Price For All Three: £45.88

Show availability and delivery details


Customers Who Bought This Item Also Bought

Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series)

Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series)

by Scott Meyers
4.8 out of 5 stars (45)  £15.96
Exceptional C++

Exceptional C++

by Herb Sutter
5.0 out of 5 stars (8)  £14.46
Programming: Principles and Practice Using C++

Programming: Principles and Practice Using C++

by Bjarne Stroustrup
5.0 out of 5 stars (4)  £24.70
C++: A Beginner's Guide, Second Edition (Beginner's Guides (McGraw-Hill))

C++: A Beginner's Guide, Second Edition (Beginner's Guides (McGraw-Hill))

by Herbert Schildt
4.6 out of 5 stars (17)  £11.47
The C++ Standard Library: A Tutorial and Reference

The C++ Standard Library: A Tutorial and Reference

by Nicolai M. Josuttis
4.8 out of 5 stars (12)  £26.36
Explore similar items

Product details

  • Paperback: 352 pages
  • Publisher: Addison Wesley (8 Sep 2000)
  • Language English
  • ISBN-10: 020170353X
  • ISBN-13: 978-0201703535
  • Product Dimensions: 23.2 x 18.6 x 1.8 cm
  • Average Customer Review: 4.8 out of 5 stars  See all reviews (17 customer reviews)
  • Amazon.co.uk Sales Rank: 6,602 in Books (See Bestsellers in Books)

    Popular in these categories:

    #1 in  Books > Computing & Internet > Programming > Languages > C & C++
    #20 in  Books > Study Books > Professional > Computing
    #20 in  Books > Computing & Internet > Computer Science
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Automated C++ Builds opens new browser window
Electric-Cloud.com  -  Automate, Accelerate & analyze your C/C++ builds. Free White Paper 
  
 

Product Description

Amazon.co.uk Review

If you don't have a lot of time, but you still want to learn the latest in C++, you don't have to learn C first. You might learn more by digging into existing language features and classes from the very beginning. That's the approach 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 can arguably 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 today's Standard C++, 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. (Though 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 will also 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 have 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, including 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 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



Product Description

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.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

17 Reviews
5 star:
 (13)
4 star:
 (4)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.8 out of 5 stars (17 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
29 of 29 people found the following review helpful:
5.0 out of 5 stars Daunted beginner, now not so daunted, 9 Aug 2003
Before reading Accelerated C++, I had only a limited knowledge of programming, and knew nothing of C or C++. I tried a few other beginner books first, but found that they introduced new concepts without explaining them properly. The best thing about this book is that first come the examples, then the explanations. You're not inundated with technical details of a new concept, until after you're shown how it can be used in a practical way.

I've seen other books that try to teach you C++ from the ground up, not giving useful advice until they've bored you with pointers and memory management and so on. Let me say, the way these folks do it (high-level library functions first, primitive data structures later, then OO at the end) is surely the way to go. What's more, this book gets you in the habit of elegant, modular programming, although its main focus is on problem-solving, not style.

Not a chunky read, as programming books go, but every page is worth its weight in gold. The small size of the book (300-odd pages) reflects what I noticed throughout: an emphasis on quality, not quantity.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
26 of 26 people found the following review helpful:
5.0 out of 5 stars A C++ book that keeps on giving, 9 Dec 2006
This is a tutorial book on C++, but it goes well beyond the basics. In fact, I'm pretty sure it covers pretty much every major language feature and implementation detail you need for robust C++ coding. As such, it merits re-reading as your understanding of C++ grows, and I say that as someone who rarely re-reads computer books. Don't worry - it packs all the important bits of C++ in under 300 pages. And allow yourself a smug pat on the back when you're confident about everything that's written here.

C++ books historically assume the reader is migrating to C++ from C, and adopt a 'ontogeny recapitulates phylogeny' style approach, introducing low level details from C, before the more advanced features. This has the effect of swamping a beginner with unnecessary complications, when in fact the abstractions of modern C++ hide memory managment and pointer issues entirely. The authors of Accelerated C++ have recognised this and introduce the likes of strings and vectors very early, so their examples actually do something practical. They use an extended example of keeping track of student homework records for many of these early chapters, and the skill with which they are able to slowly introduce new features as they extend the scope of the code is very impressive.

As a result, someone with experience of procedural programming can probably get through the first six chapters, which is just under the half the book. By which time, they've been introduced to the standard library's string class, plus various containers and algorithms. All this and not a mention of a pointer or a malloc.

After this point, however, the discussion becomes a little less hands-on, and focuses on defining your own types. The authors do this by walking through the creation of basic versions of the vector and string class. This covers issues ranging from templates to constructors and destructors, to overloading operators, and I would advise previous exposure to basic object oriented principles like encapsulation to be able to follow it fully.

Pointers and arrays are eventually introduced, and then there's a fairly involved chapter on using 'smart' pointers to manage memory. At this point, I would recommend having been previously exposed to C and to be comfortable with pointers and allocating and freeing memory.

Finally, there's a chapter on object-oriented programming, making use of polymorphism. This is not the strongest part of the book. The mechanics of polymorphism in C++ are well described, but the underlying design issues are not.

If you're looking for a book that will teach you C++ from the ground up in one sitting, forget about it. No book can do that, C++ straddles too many programming paradigms. But this book comes close. I would suggest reading as far as you can until your brain hurts, then following up with a book that has a more traditional arrangement of topics - if you have knowledge of C, then Bruce Eckel's Thinking in C++ is perfect. Then, come back to this one, you'll probably find you can get a little further before getting stuck.

With that in mind, this is a book I would unhesitatingly recommend for anyone seeking to learn C++, whatever their level of expertise. Unlike other introductory books, experienced programmers will not find themselves skipping large chunks of the introductory chapters. And if you're already using C++, but treating it just as an improved C, this will open your eyes to the C++ way of doing things.

Of all the books published on C++ over the years, some titles crop up again and again on the recommended reading lists. This unique book is one of them and it's entirely deserved. If only there were more out there like this one...
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
17 of 17 people found the following review helpful:
5.0 out of 5 stars Introduction to C++ without frustration ... and very fast, 20 Sep 2000
By sasa.cukman@ina.hr (Zagreb, Croatia) - See all my reviews
This excellent book, go right into programming, giving you an appropriate examples. It is defenitely recomended for anyone, especially for beginners who want to be able writing programs from very beggining. Authors teach us C++ by presenting programming problems to be solved used the library right from the start, concentrated on writing useful programs. Explainations of the C++ features are in willing to support the programs, rather than using them as an excuse to demonstrate the features. This book is a nice approach to the new methods of explaining programming language and it is really way to ACCELERATE of learning C++ (without frustration how to write my first program). Once again... warmly recomended.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

4.0 out of 5 stars A very steep learning curve
This is a great book, but I found it hard work to read.
It throws the reader in with some subjects that my other C++ books leave til last. Read more
Published 2 months ago by Robbie

5.0 out of 5 stars Excellent Beginners Guide!
The "Accelerated C++: Practical Programming by Example" Book was well worth the investment. I did try to dabble in the C++ Language with no real tuition at all. Read more
Published 3 months ago by Mr. R. J. Newman

4.0 out of 5 stars A very, very good book.
As all the other reviewers say, this is a fantastic book. It just makes you a good C++ developer. There is just so much more than the average "C++ for beginners book" in there,... Read more
Published 5 months ago by Andreas Tsiapis

5.0 out of 5 stars Lives up to its title
This is a book for clever people who want to learn the C++ language fast, and who are capable of solving demanding programming problems. Read more
Published on 21 Jun 2007 by A. J. HAWKEN

5.0 out of 5 stars Pleasure to read and study.
Agree with B. Prajapati "Birju Prajapati". The book is both a pleasure to read and study & is based on a deap understanding of the language. Read more
Published on 22 May 2007 by Paul Schwartzberg

5.0 out of 5 stars Does what it says on the tin.
An excellent book. Explains an obtuse and arcane language brilliantly. Understand the book and you will understand C++. It is not a reference book. Read more
Published on 28 Jan 2007 by R. Doherty

4.0 out of 5 stars Good Book - One of the better I've read!
I found this book clear and practical to follow as new student to programming, it certainly got me thinking about the why rather than the how. Read more
Published on 22 Jan 2007 by Mr. P. Mclaughlin

5.0 out of 5 stars An excellent book that doesn't assume you are stupid
An excellent book. If you have reasonable intelligence and a reasonable concentration span, you could learn the C++ language to a high level in a week with this book.
Published on 15 Nov 2006 by B. Prajapati

5.0 out of 5 stars Helpful
Unlike other programming books, Accelerated C++ actually helps the novice programmer pick up the language quickly, and unlike other titles, knowledge of real concepts and most... Read more
Published on 7 Jul 2006 by A. Ball

4.0 out of 5 stars Good introduction to C++
A good introduction to C++ for anyone who's got prior programming experience and wants to get quickly into modern C++. Read more
Published on 2 Jun 2005 by W. O. Smith

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
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.