Mooophy / Cpp-Primer

C++ Primer 5 answers
Creative Commons Zero v1.0 Universal
8.11k stars 3k forks source link

[Ex 6.55] Add function pointers to vector #839

Closed iamvickynguyen closed 1 year ago

iamvickynguyen commented 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.