Code Cleanup - Const

Const

What about if we want a list no one can change? That is what const means (see Stroustrup).

We will also talk about copy constructors since they should always take a const reference.

Other



jwalker@cs.oberlin.edu