coder52 / Cpp-Primer-Solutions-2013

MIT License
0 stars 0 forks source link

Page 215 Exercise 6.18: #32

Closed coder52 closed 3 years ago

coder52 commented 3 years ago

Write declarations for each of the following functions. When you write these declarations, use the name of the function to indicate what the function does. (a) A function named compare that returns a bool and has two parameters that are references to a class named matrix. (b) A function named change_val that returns a vector iterator and takes two parameters: One is an int and the other is an iterator for a vector.