The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser

Read Online and Download Ebook The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser

Ebook Download The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser

As recognized, straightforward publication does not indicate simple message as well as impact to obtain from guide. You might not be able to gauge just how relevance this The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser is unless you review as well as finish it. When somebody really feels that this book is very important, exactly what regarding you? Yeah, everybody will certainly have their very own preferred books. Yet, that's not mistake to try checking out various other book to enhance the perception and minds concerning something.

The C++ Standard Template Library
 By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser

The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser


The C++ Standard Template Library
 By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser


Ebook Download The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser

The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser. The developed innovation, nowadays support everything the human demands. It consists of the daily tasks, jobs, office, amusement, and much more. Among them is the great web connection and computer system. This problem will relieve you to assist one of your hobbies, reviewing routine. So, do you have eager to review this publication The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser now?

Any kind of publications that you review, despite exactly how you got the sentences that have actually read from the books, certainly they will provide you goodness. But, we will show you among referral of the book that you should review. This The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser is what we undoubtedly suggest. We will reveal you the practical reasons that you should read this book. This book is a sort of valuable book composed by an experienced author.

Why we present this publication for you? We sure that this is what you wish to check out. This the proper publication for your analysis material this moment recently. By finding this publication here, it verifies that we constantly provide you the correct book that is required among the society. Never ever question with the The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser Why? You will unknown exactly how this publication is in fact prior to reading it till you complete.

You can finely include the soft file The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser to the device or every computer unit in your workplace or residence. It will certainly aid you to consistently continue checking out The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser each time you have spare time. This is why, reading this The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser doesn't provide you troubles. It will certainly give you vital sources for you which wish to begin creating, blogging about the comparable book The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser are different publication field.

The C++ Standard Template Library
 By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser

  • Sales Rank: #1290107 in Books
  • Published on: 2000-12-21
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.00" h x 1.20" w x 7.00" l, 1.77 pounds
  • Binding: Paperback
  • 512 pages

Amazon.com Review
Written by its inventors, The C++ Standard Template Library is a must-have for any serious intermediate or advanced C++ developer. Containing a full reference to all available Standard Template Library (STL) features and filled with expert advice, this book will give you the means to use this powerful library more effectively.

As most C++ developers know, the STL bundles robust container classes and nearly 100 algorithms (used to efficiently search, sort, and manipulate data). However, tapping its power can be a challenge. Many books on STL resort to the arcane syntax of templates and can be couched in the language of computer science. The C++ Standard Template Library breaks this mold with a clearly presented tour of STL from top to bottom, based on the individual header files that make up this library. Because it was written by its original inventors, you get a true insider's perspective.

Starting with iterators (used to navigate through data) and an in-depth guide to STL algorithms, you'll learn the right way to use STL from the ground up, including specific features and APIs. Each chapter is organized so that newcomers can learn the basics first, with a reference and guide to APIs and how to use them. The nitty-gritty details follow. (Each chapter includes the full source code from Hewlett-Packard's implementation of each STL header file, along with annotations and suggested programming exercises to try out on your own.) Besides full source code, expert readers will benefit from the description of the design choices made by the STL author/inventors, as well as tips for performance.

The book closes with a full tour of STL containers (including the vector, list, set, and map classes), plus hints for selecting the right containers based on your programming needs. (It helps that the discussion on containers occurs after the material on algorithms, making STL containers even more flexible.) In all, The C++ Standard Template Library looks to be an important book, one that will help anyone with some C++ experience get productive with STL. --Richard Dragan

Topics covered:

  • Introduction to the Standard Template Library (STL)
  • Guidelines for using STL features and test code
  • Programming exercises
  • Iterators (output and input iterators, forward, bidirectional, and random access iterators)
  • Utility templates
  • Allocators and memory templates (including smart pointers with auto_ptr)
  • Guide to over 90 STL algorithms (including searching, sorting, and manipulating STL data)
  • Numeric templates
  • Templates for function objects
  • Guide to STL containers
  • Vector and resizable arrays
  • List and linked lists
  • Deque and double-ended queues
  • STL associative containers (set and map containers, trees (including balanced, mostly balanced, and red-black trees), multisets and multimaps, stacks, queues, and priority queues
  • Reference and tutorial to all STL classes and APIs
  • Full source code for the Hewlett-Packard implementation of STL
  • Sample programming exercises

From the Publisher
Standard Template Libraries (STL) were created to provide C++ programmers with a suite of reusable programs, or lines of code, that could be used by everyone to increase programming productivity and quality. This book is the definitive reference on C++ programming using STL, as it was written by the team that created the library. Every C++ programmer will need at least one off-the-shelf STL reference guide. Each chapter covers one STL component, and includes background, a review of the standard, using the component, implementing the component, and exercises. For C++ Software Development Managers and C++ programmers at all levels.

From the Back Cover

With the ANSI/ISO C++ Standard Template Library (STL), C++ developers have a powerful toolset for maximizing productivity, software quality, and performance at the same time. STL provides both comprehensive sets of container classes and fundamental algorithms to go with them-a large, systematic, and efficient framework for C++ development. Now, in this long-awaited book, the creators of the C++ Standard Template Library explain it authoritatively and in depth. Each chapter of The C++ Standard Template Library covers one STL component, including:

  • Detailed background about the component and its uses
  • A thorough review of the relevant ANSI/ISO C++ standard
  • Practical techniques for using and implementing the component
  • Extensive sample code
  • Hands-on exercises

Appendices present lists of reserved names, a detailed glossary of terms and references, and how STL interfaces with the rest of the Standard C++ library.

Fully reflective of the final ANSI/ISO STL standard, The C++ Standard Template Library is the last word on all aspects of STL development for every experienced C++ programmer.

The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser PDF
The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser EPub
The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser Doc
The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser iBooks
The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser rtf
The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser Mobipocket
The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser Kindle

The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser PDF

The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser PDF

The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser PDF
The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser PDF

The C++ Standard Template Library By P.J. Plauger, Alexander A. Stepanov, Meng Lee, David R. Musser


Home