What is the proper syntaxe for declaring a function that takes another function as parameter?
i think that i know how to do it in C but i can't figure it out in C++. The reason why i'm asking this is because
my functions are declared in a class.(ex: class MyClas)
i think that i know how to do it in C but i can't figure it out in C++. The reason why i'm asking this is because
my functions are declared in a class.(ex: class MyClas)