Chapter 37: | How To Use Call-by-Reference Parameters |
In this chapter, you learn that ordinary functions that take class object arguments may have to take their arguments by reference, rather than by value, thus departing from the C++ call-by-value default.