News

If you recall from last time how arrays decay into pointers to their first element, a function equally decays into a pointer to the address of its entry point, with the () operator executing ...
The declaration can be read in this case as “PArray is an array of pointers to a uint16”. The element list is then any number of pointers to variables, functions, etc. Using pointer arrays makes it ...
Then, search the table for the name, and call via the associated function pointer.</pre><BR><BR>But, to do this I'd need to go trough the whole array of structs right?
I'm trying to cast my function to an int, add an offset, and cast it back to a function pointer (I don't plan on calling the pointers).