Closed iamvickynguyen closed 1 year ago
Exercise 6.55
Beside writing the 4 functions, the exercise also asks us to store pointers to these functions in the vector from the previous exercise. The current solution forgot to add the function pointers to the vector.
Exercise 6.55
Beside writing the 4 functions, the exercise also asks us to store pointers to these functions in the vector from the previous exercise. The current solution forgot to add the function pointers to the vector.