CompuServe Messages

What goes where?

#: 109765 S13/Off the CuffForum unknown
    18-Feb-88 11:10:19
Sb: #109707-What goes where?
Fm: Richard Rae/SYSOP 76703,4253
To: Ben Blish 72667,1341

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

Yes you can, though I think you have to get the pointer to the name of the function. I did that in one of my first C programs on an 8051… it was a pseudo-interrupt-driven task manager for an embedded system. It would scan the task list, determine which task (of the pending highest priority tasks) was oldest, then pass the NAME of that task to a function which handled execution. Though the details escape me (I probably have the code 'round here somewhere), it CAN be done.