A
Aditya
Hi Guys,
It's not a very tricky questions .
int function_0()
{
}
main ()
{
table [function name][Function Pointer]
}
Example Table [Function_0][&Function_0]
I would like to know how to maintain the above table. I need to read
the "Function_0" from a file and then store the address of
"Function_0" in the table.
Thanks and Regards
Aditya
It's not a very tricky questions .
int function_0()
{
}
main ()
{
table [function name][Function Pointer]
}
Example Table [Function_0][&Function_0]
I would like to know how to maintain the above table. I need to read
the "Function_0" from a file and then store the address of
"Function_0" in the table.
Thanks and Regards
Aditya