Chapter 1

Exploring the Standard Library Further

IN THIS CHAPTER

check Working with container functions

check Performing random access with iterator functions

check Working with algorithms and utilities

check Creating random numbers with functions

check Creating temporary buffers with allocators

The Standard Library is one of the most important parts of the C++ developer’s toolkit because it contains a host of interesting functions that let you write great applications. The Standard Library originally started as the Standard Template Library (STL), and a number of companies, including Silicon Graphics, Inc. (SGI) and IBM, distributed it for everyone to use. The International Standards Organization (ISO) eventually took over STL, made a few minor changes to it, added some additional features, and renamed it the Standard Library.

Remember The STL and the Standard Library are two separate entities. As the Standard Library ...

Get C++ All-in-One For Dummies, 4th 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.