Question
Callback function in CF?
Is there a way to implement a callback function in CF?
The following pseudo callback function works by passing the function's name as a string.
Is there a way to pass a function pointer?
Output of the following code is: in callback function
Thank you in advance.
The following pseudo callback function works by passing the function's name as a string.
Is there a way to pass a function pointer?
Output of the following code is: in callback function
Thank you in advance.
