Prev Next Home
Slide 10 of 15
The C++ Way
Functors
something that can respond to 'operator ()'
it can be a pointer to a function, or it can be an object
Ok...
then make a for loop that uses containers and Does Stuff for each item or function in list


Prev Next Home
Slide 10 of 15