Join Amazon Prime and get unlimited Free One-Day Delivery. Already a member? Sign in.

 

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

Have one to sell? Sell yours here
 
   
Tell a Friend
The C++ Programming Language, Special Edition
 
 
The C++ Programming Language, Special Edition (Hardcover)
by Bjarne Stroustrup (Author) "This book consists of six parts: Introduction: Chapters 1 through 3 give an overview of the C++ language, the key programming styles it supports, and..." (more)
3.8 out of 5 stars  (28 customer reviews)
RRP: £49.99
Price: £29.99 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £20.00 (40%)
Availability: In stock. Dispatched from and sold by Amazon.co.uk.

Want guaranteed delivery by 1pm Tuesday, July 22? Choose Express delivery at checkout. See Details

30 used & new available from £19.99
Other Editions: RRP: Our Price: Other Offers:
Paperback (3) £37.99 £24.99 46 used & new from £14.11
 
   

Perfect Partner

Buy this book with Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Professional Computing) by Scott Meyers today!

The C++ Programming Language, Special Edition Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Professional Computing)
Buy Together Today: £49.18

Customers Who Bought This Item Also Bought

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) 
Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Professional Computing)

Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Professional Computing) by Scott Meyers

4.8 out of 5 stars (44)  £19.19
The  C Programming Language (2nd Edition)

The C Programming Language (2nd Edition) by Brian W. Kernighan

4.8 out of 5 stars (92)  £19.17
Design patterns : elements of reusable object-oriented software

Design patterns : elements of reusable object-oriented software by Erich Gamma

4.7 out of 5 stars (34)  £25.19
Accelerated C++: Practical Programming by Example (C++ in Depth)

Accelerated C++: Practical Programming by Example (C++ in Depth) by Andrew Koenig

4.7 out of 5 stars (15)  £18.59
Explore similar items : Books (50)

Product details
  • Hardcover: 1030 pages
  • Publisher: Addison Wesley; 3 edition (11 Feb 2000)
  • Language English
  • ISBN-10: 0201700735
  • ISBN-13: 978-0201700732
  • Product Dimensions: 23.8 x 19.6 x 4.2 cm
  • Average Customer Review: 3.8 out of 5 stars  (28 customer reviews)
  • Amazon.co.uk Sales Rank: 48,812 in Books (See Bestsellers in Books)

    Popular in this category:

    #43 in  Books > Computers & Internet > Programming > Languages > C & C++

    (Publishers and authors: Improve Your Sales)
  • Other Editions: Paperback (3) |  All Editions

  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links (What is this?)
Programming
www.computeach.co.uk/programming    The UK's leading provider of IT Training Courses 
Wasting your C++ Talents?
www.igence.com    Looking for a more demanding role? You have found it. Apply now! 
IT Jobs in the City
www.eFinancialCareers.co.uk    Put your IT skills to great use working for Financial Institutions 

Product Description
Amazon.co.uk Review
In this third edition of The C++ Programming Language, author Bjarne Stroustrup, the creator of C++, presents the full specification for the C++ language and standard library, a spec that will soon become the joint ISO/ANSI C++ standard.

Past readers will find that the new edition has changed a great deal and grown considerably to encompass new language features, particularly run-time type identification, namespaces, and the standard library. At the same time, readers will recognise the lucid style and sensible advice that made previous editions so readable and enjoyable. Probably the biggest change is a substantial new section, well over 200 pages in length, covering the contents and design of the C++ standard library, the most important new feature of the C++ specification. The author has also added a substantial number of new exercises while keeping many from previous editions that have retained their value.

While The C++ Programming Language is not a C++ tutorial, strictly speaking, anyone learning the language, especially those coming from C, will greatly benefit from the clear presentation of all its elements. It is impossible to overstate the importance of this book for anyone who is serious about using C++. --Jake Bond --This text refers to the Paperback edition.

Product Description

More than three-quarters of a million programmers have benefited from this book in all of its editions

Written by Bjarne Stroustrup, the creator of C++, this is the world's most trusted and widely read book on C++.

For this special hardcover edition, two new appendixes on locales and standard library exception safety (also available at www.research.att.com/~bs/) have been added. The result is complete, authoritative coverage of the C++ language, its standard library, and key design techniques. Based on the ANSI/ISO C++ standard, The C++ Programming Language provides current and comprehensive coverage of all C++ language features and standard library components.

For example:
  • abstract classes as interfaces
  • class hierarchies for object-oriented programming
  • templates as the basis for type-safe generic software
  • exceptions for regular error handling
  • namespaces for modularity in large-scale software
  • run-time type identification for loosely coupled systems
  • the C subset of C++ for C compatibility and system-level work
  • standard containers and algorithms
  • standard strings, I/O streams, and numerics
  • C compatibility, internationalization, and exception safety
Bjarne Stroustrup makes C++ even more accessible to those new to the language, while adding advanced information and techniques that even expert C++ programmers will find invaluable.

A Web page to support the book can be found at www.aw.com/cseng/