![Modern C++:Efficient and Scalable Application Development](https://wfqqreader-1252317822.image.myqcloud.com/cover/96/36699096/b_36699096.jpg)
上QQ阅读APP看书,第一时间看更新
Function pointers
When an application is run, the functions it will call will exist in memory somewhere. This means that you can get the address of a function. C++ allows you to use the function call operator (a pair of parentheses enclosing the parameters ()) to call a function through a function pointer.