News

I assume you assign function "names" for the user to enter..<BR><BR>Your real problem here is exactly that of an efficiently-hashed retrieval (because all of your functions are known ahead of time ...
And when you pass a pointer into a function it is a copy of the pointer, which is why you don't want to nest functions and keep passing in pointers, the stack will have the pointer multiple times.