Sponsored Content
Full Discussion: CallFunc !
Top Forums Programming CallFunc ! Post 96256 by bankpro on Thursday 19th of January 2006 12:09:13 AM
Old 01-19-2006
imagine the struct as a skeleton .
it has 2 placeholders(say) :

int a;
int * (CallFunc)(int a,int b);
which needs to b filled by appropriate values.


now the call
d.CallFunc
fill (or) calls(in this case) the second fn of the struct to use it for storing
values.
 
All times are GMT -4. The time now is 12:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy