Sunday, October 4, 2009

A Good Book to Read - The C++ Standard Library: A Tutorial and Reference

There is a C++ book that you can find in Seneca College ebook library.

http://lcweb.senecac.on.ca:2063/0201379260

The C++ Standard Library: A Tutorial and Reference
by Nicolai M. Josuttis

Nicolai Josuttis's The C++ Standard Library provides one of the best available guides to using the built-in features of C++ effectively. It reflects the newest elements of the C++ standard library incorporated into the full ANSI/ISO C++ language standard. In particular, the text focuses on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms.

No comments:

Post a Comment