Textbook
STL for C++ ProgrammersISBN: 978-0-471-97181-8
Paperback
240 pages
April 1997, ©1997
This is a Print-on-Demand title. It will be printed specifically to fill your order. Please allow an additional 10-15 days delivery time. The book is not returnable.
|
"It is the first book that I have read that makes STL quickly
usable by working programmers" Francis Glassborow, Chair of The
Association of C & C++ Users (ACCU) STL for C++ programmers
Leen Ammeraal The Standard Template Library (STL) provides many
useful and generally applicable programming tools. This book
combines reference material and a well-paced tutorial to get you
past the basics quickly. Small, complete programs illustrate the
key STL features such as containers, algorithms, iterators and
function objects. A section is devoted to the new string data type.
All STL algorithms are formally presented by their prototypes and
then informally described to show how to use them in practice.
Concepts are well illustrated with a large number of example
programs all of which are available via ftp (for access details
please refer to the preface of the book or Wiley's website).
Finally, special examples are given to explain the advanced notions
of function objects and function adaptors, including predicates,
binders and negators.