[Exercise 9]

Implement "array:operator<<()"

description | solution | discussion
list of all exercises

Implement a nice output operator for the array class discussed in the lecture. The array class is defined in array.h (*). Use it for example program toohot.cpp (*).

Solution:

Discussion of solution (*)