mathalope.co.uk
Accelerated C++ Solution to Exercise 4-1
Exercise 4-1 We noted in S4.2.3/65 that it is essential that the argument types in a call to max match exactly. Will the following code work? If there is a problem, how would you fix it? Solution I…