There's a longstanding bug report about arrays not being detected as member data inside a C++ class. The report included a simple fix which works for single-dimensional arrays as member-data.
I was trying to figure out how to implement multi-dimensional arrays as member data as well. I thought maybe I would find some clues in the Inline::C distribution, but then it occurs to me that IL::C really doesn't have to deal with them explicitly. So I'm back to trying to figure it out the hard way. Has anyone been down this road yet, possibly in another language where the lessons learned would be helpful here? Dave -- David Oswald daosw...@gmail.com