Class 5 - Pointers 







Pointers to functions are commonly used as call back functions to GUI interface functions.  If you typedef the function pointer type passing the functions become much simpler.  The following example illustrates passing functions as pointers.
 
 funcptr.cpp 



09/23/1998