24.0 |
The Problem
How can you write code to process all the values of any multidimensional variable? |
24.1 |
A Solution
The nccopy utility solves this problem with iterators, implemented in C. |
24.2 |
Benefits of Iterators
Use of an iterator simplifies the code and makes it general. |