Skip to Main Content
Practical C++
book

Practical C++

by Rob McGregor
August 1999
Beginner to intermediate content levelBeginner to intermediate
912 pages
15h 44m
English
Que
Content preview from Practical C++

Appendix . Standard C++ Library Header Files

Algorithms

<algorithm>

Defines numerous general algorithms as template functions.

<numeric>

Defines several function templates useful for computing numeric values—generalized numeric operations.

Containers

<bitset>

Describes an object that stores a set of Boolean values as a sequence of N bits. A bit is set if its value is 1, and reset if its value is 0.

<deque>

Describes an object controlling a varying-length sequence of elements of type T, permitting insertion and removal of an element at either end—a double-ended queue of T.

<list>

Defines the container class template list along with three supporting templates—a doubly linked list of T.

<map>

Defines the container class templates map and multimap, along with ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Practical C++ Programming, 2nd Edition

Practical C++ Programming, 2nd Edition

Steve Oualline
C++ Cookbook

C++ Cookbook

D. Ryan Stephens, Christopher Diggins, Jonathan Turkanis, Jeff Cogswell

Publisher Resources

ISBN: 0789721449Purchase book