指向函数的指针 meaning in Chinese
callback function
function pointers
Examples
- A callback is a pointer to a function , so if you want a processing function to notify you about some event you pass a pointer to another function ( the callback ) to the processing function
回调是一个指向函数的指针,所以如果你希望一个处理函数通知你某些事件发生了,你可以传递一个指向其他函数的指针(回调)给处理函数。