This is an excellent question. Zero-length arrays, also known as flexible arrays, are used to implement variable-length arrays, primarily in structures. That's a little confusing, so let's look at an ...
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).<BR><BR>He ...