August 2020
Beginner to intermediate
653 pages
16h 55m
English
As you’ve seen, performing some operation on a range of data is a common occurrence. So far, our programs have been simple, barely touching the possibilities that C++ offers. The main limitation has been that many of the more interesting algorithms require you to supply a function in order to do anything useful. This Exploration takes a look at these more advanced algorithms. In addition, we’ll revisit some of the algorithms you already know and show how they can be used in new and wonderful ways.
Several programs that you’ve read and written have a common theme: copying a sequence of ...