SEARCH FOR A BOOK


Enter keywords from Title or Author

SEARCH BY ISBN


Enter 10 digits (no spaces)

Search a USA Bookstore
In Association with
                       Amazon.com

1.
Thinking in C++, Vol. 1
by Bruce Eckel
Usually dispatched in 1-2 weeks
Prentice Hall
Paperback - 720 pages
(15 March, 2000)

Amazon.co.uk
Fully revised and beefed up with plenty of new material on today's Standard C++, the new edition of Bruce Eckel's Thinking in C++: Volume 1 presents an excellent tutorial to mastering this rich (and sometimes daunting) programming language. Filled with expert advice and written in a patient,... Read more

2.
C++ Primer
by Stanley B. Lippman, Josee Lajoie
Temporarily out of stock
Addison Wesley Longman Publishing Co
Paperback - 1248 pages
(May 1998)

Amazon.co.uk
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++... Read more

3.
C++ Solutions
by David Vandevoorde
Usually dispatched in 24 hours
Addison Wesley Longman Publishing Co
Paperback - 240 pages
( 1 August, 1998)

Synopsis
Provides solutions to C++ programming exercises in the "C++ Programming Language". The text explains the concepts of C++ by working through more than 300 exercises and provides sample code to illustrate the answers. Read more

4.
C++ Primer Answer Book
by Clovis L. Tondo, Bruce P. Leung
Usually dispatched in 24 hours
Peachpit Press (a Pearson Education company)
Paperback - 440 pages
(18 February, 1999)

Synopsis
Providing answers to C++ programming exercises, this text should allow programmers to learn the language while knowing the answers. Each exercise is explained in detail and cross-references are provided. Read more

5.
The C++ Standard Library : A Tutorial and Reference
by Nicolai M. Josuttis
Usually dispatched in 24 hours
Addison Wesley Publishing Company
Hardcover - 832 pages
(30 July, 1999)

Amazon.co.uk
Programming with the C++ Standard Library can certainly be difficult, but Nicolai Josuttis' The C++ Standard Library provides one of the best available guides to using the built-in features of C++ effectively.

The C++ Standard Library provides plenty of default functionality in the form of the... Read more


6. See Picture
See picture
STL for C++ Programmers
by Leendert Ammeraal
Usually dispatched in 24 hours
John Wiley and Sons
Paperback - 236 pages
(November 1996)

Synopsis
C++ has now been around for several years, but continues to offer substantial improvements. One such improvement is the standard template library (STL), soon to be incorporated into the C++ official language standard. STL provides programmers with a catalogue of reusable software components plus the... Read more

7. See Picture
See picture
The C++ Programming Language, Special Edition
by Bjarne Stroustrup
Usually dispatched in 24 hours
Longman Higher Education
Hardcover - 1040 pages
(January 2000)

Amazon.co.uk
In this brand-new 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... Read more


8. See Picture
See picture
Generic Programming and the Stl : Using and Extending the C++ Standard Template Library (Addison-Wesley Professional Computing Series)
by Matthew H. Austern
Usually dispatched in 24 hours
Addison Wesley Publishing Company
Hardcover - 608 pages
(October 1998)

Synopsis
This text explains the C++ STL in terms of generic programming - a way of designing and writing programmes so that they can be easily reused. Focus is on the formal structure of STL. Read more

9. See Picture
See picture
Large-Scale C++ Software Design (Addison-Wesley Professional Computing Series)
by John Lakos
Usually dispatched in 24 hours
Addison Wesley Publishing Company
Paperback - 846 pages
(June 1996)

Synopsis
Addresses how to manage people, code and resources when creating a large-scale software project. Read more

10. See Picture
See picture
Efficient C++: Performance Programming Techniques
by Dov Bulka, David Mayhew
Usually dispatched in 24 hours
Addison Wesley Publishing Company
Paperback - 336 pages
(22 October, 1999)

Synopsis
A hands-on guide to creating C++, this work aims to show readers how to create good C++ code and to dispel the myth that C++ is a slow, inefficient language. Readers can see how others have overcome bad performance and improved existing code. Read more

11. See Picture
See picture
Effective C++
by S. Meyers
Usually dispatched in 24 hours
Addison Wesley Longman Publishing Co
Paperback - 304 pages
(October 1997)

Amazon.co.uk
This exceptionally useful text offers Scott Myers's expertise in C++ class design and programming tips. The second edition incorporates recent advances to C++ included in the ISO standard, including namespaces and built-in template classes, and is required reading for any working C++ developer.

The... Read more


12. See Picture
See picture
More Effective C++
by Scott Meyers
Usually dispatched in 24 hours
Addison Wesley Longman Publishing Co
Paperback - 224 pages
(March 1996)

Synopsis
This text contains material on recent additions to the emerging AMSI/ISO language standard, including runtime type identification, namespaces and enhanced memory management features. It focuses on how to write efficient C++ code and includes techniques for solving common problems with code examples.... Read more

13. See Picture
See picture
Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Exception-Safety Solutions (C++ In-Depth Series)
by Herb Sutter
Usually dispatched in 24 hours
Addison Wesley Publishing Company
Paperback - 256 pages
(November 1999)

Amazon.co.uk
Aimed at the experienced C++ programmer, Herb Sutter's ExceptionalC++ tests any reader's knowledge of advanced C++ language features and idioms with several dozen programming puzzles and explanations. This is a book that can definitely help bring your C++ class design skills to the next level.

Based... Read more


14. See Picture
See picture
C++ Toolkit for Engineers and Scientists
by J.T. Smith
Usually dispatched in 24 hours
Springer-Verlag New York Inc.
Paperback - 410 pages
(July 1999)

Synopsis
This concise guide covers the fundamental aspects of numerical analysis, basing upon it the construction of its routines for solving eigenvalue problems. Focusing on software development, this book emphasizes software tools, OOP techniques for handling vectors, polynomials and matrices. Using actual... Read more

15. See Picture
See picture
The Design and Evolution of C++
by Bjarne Stroustrup
Usually dispatched in 24 hours
Addison Wesley Longman Publishing Co
Paperback - 352 pages
(April 1994)

Synopsis
This book focuses on the principles, processes and decisions made during the development of the C++ programming language. As the "inventor" of the language, Stroustrup presents his insight into the decisions which resulted in the features of C++ - the praised, the controversial and even some of the... Read more

16. See Picture
See picture
Ruminations on C++
by Andrew Koening, Barbara Moo
Usually dispatched in 24 hours
Addison Wesley Longman Publishing Co
Paperback - 350 pages
(24 September, 1996)

Synopsis
This text brings together the knowledge and experience of the two authors. They explain why C++ is worth learning, its standardization in 1997 and then move on to the most important elements of the language. Read more

17. See Picture
See picture
Sams Teach Yourself C++ in 21 Days Complete Compiler Edition
by Jesse Liberty
Usually dispatched in 24 hours
Sams
Paperback - 850 pages
( 1 April, 1999)

Synopsis
Briefly covering the basics before moving on to the more advanced subjects, this title should help the reader utilize the more advanced programming capabilities of C++. It covers topics such as how to create stand alone programs. Read more