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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset