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 C strings as strings. #33

Closed mheinsen closed 11 years ago

mheinsen commented 11 years ago

C strings are commonly used, and the vertical array view is unnatural and cumbersome. We should be able to render these much closer to a standard string display. There may be some difficulty with connecting ports to individual characters, but perhaps if we generate individual cells for each character, and disable cell borders, things will look reasonable.

mheinsen commented 11 years ago

Done for Values. Still need to implement for areas (i.e. pointers to C strings).

mheinsen commented 11 years ago

Closed by 11a33a65f13fd83946ecfd21c8f5256ff4ef0279.