5 Mar
2004
5 Mar
'04
09:00
Cincai Patron wrote:
You can also have pointers to functions:
double (*function)(double) // pointer to a function that has a double // argument and returns a double.
class members:
TYPE A::*d;
member functions:
double (A::*function)( double )
Just want to add that in C++, pointer to a non-static member function has the "this" hidden parameter.
I don't think I understood that one. :-/ -- JDL Non enim propter gloriam, diuicias aut honores pugnamus set propter libertatem solummodo quam Nemo bonus nisi simul cum vita amittit.