My intern just asked me how I'd implement a menu system. I sketched out an idea based on an array of structures, with the menu being defined at compile time (it won't change dynamically). He left, and ...