mheinsen / seec

Program visualization and debugging for novice C programmers
http://seec-team.github.io/seec/
MIT License
3 stars 0 forks source link

Add a layout engine to display 2-dimensional arrays as a table. #35

Open mheinsen opened 11 years ago

mheinsen commented 11 years ago

Using the default layout systems, multidimensional arrays are quite tragic. 2 dimensional arrays are a special case for which we should be able to generate nice looking tables (particularly if the inner element is a scalar value).