Chapter 3. A Tour of the Standard Library
Why waste time learning when ignorance is instantaneous? | ||
--Hobbes |
Standard libraries — output — strings — input — vectors — range checking — lists — maps — container overview — algorithms — iterators — I/O iterators — traversals and predicates — algorithms using member functions — algorithm overview — complex numbers — vector arithmetic — standard library overview — advice.
Introduction
No significant program is written in just a bare programming language. First, a set of supporting libraries are developed. These then form the basis for further work.
Continuing Chapter 2, this chapter gives a quick tour of key library facilities to give you an idea what can be done using C++ and its standard library. Useful ...
Get The C++ Programming Language, Special Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.