Product Details
The Annotated C++ Reference Manual

The Annotated C++ Reference Manual
By Margaret A. Ellis, Bjarne Stroustrup

List Price: £42.99
Price: £38.25 & eligible for FREE Super Saver Delivery on orders over £5. Details

Availability: Temporarily out of stock. Order now and we'll deliver when available. We'll e-mail you with an estimated delivery date as soon as we have more information. Your credit card will not be charged until we ship the item.
Dispatched from and sold by Amazon.co.uk

25 new or used available from £1.13

Average customer review:

Product Description

This book provides a complete reference for the C++ programming language. It consists of the C++ reference manual, approved as the base document for ANSI standardization of the language, plus annotations and commentary. The annotations and commentary discuss what is not included in the language, why certain features are defined as they are, and how one might implement particular features. The commentaries also help the reader to understand the relationships between parts of the language. Comparisons with C and examples explain the more subtle points of the language. Sixteen chapters cover the latest version of C++ including multiple inheritance, abstract classes, templates, exception handling, and more. A final chapter describes resolutions by the ANSI/ISO committee including new features such as run-time type information and namespaces. Appendices summarize the grammar and evolution of the language, and explain in detail the differences between C and C++. The Annotated C++ Reference Manual will appeal to language implementors and expert C++ programmers. 0201514591B04062001


Product Details

  • Amazon Sales Rank: #470189 in Books
  • Published on: 1990-09-03
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 480 pages

Editorial Reviews

From the Back Cover

This book provides a complete reference for the C++ programming language. It consists of the C++ reference manual, approved as the base document for ANSI standardization of the language, plus annotations and commentary.

The annotations and commentary discuss what is not included in the language, why certain features are defined as they are, and how one might implement particular features. The commentaries also help the reader to understand the relationships between parts of the language. Comparisons with C and examples explain the more subtle points of the language.

Sixteen chapters cover the latest version of C++ including multiple inheritance, abstract classes, templates, exception handling, and more. A final chapter describes resolutions by the ANSI/ISO committee including new features such as run-time type information and namespaces. Appendices summarize the grammar and evolution of the language, and explain in detail the differences between C and C++.

The Annotated C++ Reference Manual will appeal to language implementors and expert C++ programmers.



0201514591B04062001

About the Author

About Margaret A. Ellis has worked for AT&T Bell Laboratories, UNIX System Laboratories, and Novell in compiler development. Ellis received a masters of science degree in computer science from the University of California. She is the coauthor of The Annotated C++ Reference Manual.

 

Bjarne Stroustrup is the designer and original implementer of C++, the author of The C++ Programming Language, The Annotated C++ Reference Manual, and The Design and Evolution of C++, and the consulting editor of Addison-Wesley's C++ In-Depth Series. Having previously worked at Bell Labs and AT&T Labs-Research, he currently is the College of Engineering Chair in Computer Science Professor at Texas A&M University. The recipient of numerous honors, including the Dr. Dobb's Excellence in Programming Award (2008), Dr. Stroustrup is a member of the National Academy of Engineering, an AT&T Fellow, an AT&T Bell Laboratories Fellow, an IEEE Fellow, and an ACM Fellow. His research interests include distributed systems, simulation, design, programming techniques, software development tools, and programming languages, and he remains actively involved in the ANSI/ISO standardization of C++. Dr. Stroustrup holds an advanced degree from the University of Aarhus in his native Denmark and a Ph.D. in Computer Science from Cambridge University, England.


Customer Reviews

The best C++ language reference5
This book is suitable for intermediate to advanced C++ programmers and provides clear guidance on the rules that make up the language. It's not always an easy read, but then the language it describes is not an easy language. There is no other book I know of that describes the language itself as accurately and in as much depth as this. But if you want information about the standard C++ library (the STL, for example) you will be disappointed - this is not what this book is about. In that case try Stroustrup's 'The C++ Language' (3rd edition), which also happens to be a year or so more up to date than this book - important given that that year saw the language standardized at last. That said, for my money Stroustrup's solo affair still isn't as good on the core language as this book. If you are a professional C++ programmer, you need this book.

Excellent reference, but not a tutorial4
This book was recomended to me as THE book to get on C++, it is a fantastic reference but if you are still learning the language then look elsewhere. If you have become proficient at C++ this book will prove invaluable.

The ARM is THE C++ book5
This is the definitive book on C++. Twelve years later, it is still a great book, even if it covers some topic in a beta stage, like templates, that were just "beta" at the time, just like exceptions.

I think it became history, but still a book for any programmers, and for any C++ programmers a must.

Simply put, it is a jewel. I got mine in '93, and still enjoy reading parts from time to time. It is almost like a romance, for any c++ "lover"