I'm trying to wrap my brain around pointers to functions. In the following code, I'm having dereferencing issues with '*z' at line 21. What am I missing?
So if I change funcInt to a float*, I'm still getting errors. In line 12, it says fp is an invalid type. I would think that fp in funcInt is a pointer to a float pointer: