ReadingChair.com - Read regularly updated book reviews and shop for books online.
  
Amazon.com:
Barnes & Noble:
Powell's:
Wal-Mart:

The C++ Standard Library: A Tutorial and Reference

You are on the item page for: The C++ Standard Library: A Tutorial and Reference
Books: Computers: C++: Item 6

View Previous Item in C++      View Next Item in C++
Click here to buy The C++ Standard Library: A Tutorial and Reference by  Nicolai M. Josuttis.  

The C++ Standard Library: A Tutorial and Reference

by Nicolai M. Josuttis
5.0 out of 5 stars

  • Hardcover: 832 pages
  • Publisher: Addison-Wesley Professional; 1st edition August 12, 1999
  • Language: English
  • ISBN: 0201379260
  • Product Dimensions: 9.5 x 7.7 x 1.7 inches
  • Shipping Weight: 3.24 pounds

    34 of 44 people found the following review helpful: Fantastic, November 21, 1999 Reviewer:Douglas Welzel (Seattle, WA) -       This is far and away the best C++ Standard Library book I have come across. I spent a lot of time looking for STL books, and after 3 tries ended up with this one. It gives thorough coverage to the entire standard library without being terribly dry. The downside of the book is that it doesn't explain the motivation or the detailed mechanics behind the standard library. If you really start to use the STL and are considering extending it I would recommend also having a copy of Generic Programming and the STL.

    Product Review
    Programming with the C++ Standard Library can certainly be difficult, but Nicolai Josuttis's 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 Standard Template Library (STL) for containers (like vectors and linked lists), as well as generic algorithms (which allow you to sort, search, and manipulate elements inside containers). The best thing about The C++ Standard Library is that it gives the reader a concise guide to working with these basic containers (from lists to sets and maps, with everything in between). Each container type is explained along with short code excerpts. Moreover, in a reference section, the author explores the connections between each container type, showing how they share similar methods. (Learn just a few methods and you can pretty much work with them all.)

    In addition to STL, this book excels at providing a readable introduction to the generic algorithms (which can be used to sort, search, and otherwise manipulate STL containers). Other books either fold this material in with the explanation of containers or make it seem like an esoteric topic. The fact is, generic algorithms work with all the STL types, and by separating these algorithms out like this the reader can learn the rich array of algorithms available in today's standard C++. While this book concentrates on STL and algorithms, readers will still find great coverage on Standard Library string classes and streams (including a fine section on internationalization and locales).

    For the beginning or intermediate C++ programmer, The C++ Standard Library can be a real timesaver. It arranges and explains the complexities of the C++ Standard Library and STL in a manageable format that's great as a reference and as an approach to programming. --Richard Dragan

    Topics covered: history of C++ and the Standard Library, template basics, Big-O Notation, the std namespace, standard exceptions, allocators, standard library utilities, pairs and auto_ptr, numeric limits, the Standard Template Library (STL) basics, containers, iterators, algorithms, vectors, lists, deques, strings, sets, multisets, bitsets, maps, multimaps, stacks, queues, iterator adapters, function objects, element requirements, value and reference semantics, complex numbers, valarrays, stream classes, stream manipulators and formatting, file I/O, internationalization, and locales.

    Book Description
    Provides a set of common classes and interfaces that greatly extend the core C++ language. Provides comprehensive documentation of each library component, and offers clearly written explanations of complex concepts, describing the practical programming details needed for effective use, and gives examples of working code. DLC: C++ (Computer program language).

    © Adapt, Inc. 1998-2006








  • Shop Bookstores:
    Art, Atlases, Art Techniques, Audio Books, Authors, Biographies, Business, Celebrities, Children's, Cities, Computers, Cookbooks, Countries, Dictionaries, En Español, Encyclopedias, History, Horror, Large Print, Law, Medical, Mystery, Photographers, Photography Techniques, Powell's Selections, Presidents, Research, Romance, Sci-Fi, Study Guides, Subjects, Techical, Teens, Textbooks, Travel, U.S. States

    Books
    Resources
    Most Watched Book Auctions
    C++ at Sduf
    News To Peruse
    More Subjects
    Book Review Directory
    Reviewed Authors
    Reviewed Titles
    Review List
    Site Map