Class Diagram Code Generators for ANSI-C in Eclipse

I would like to calculate my classes (structures) in something UML-like and create a supporting shell code for me for C. Is there anything similar? Freeware && Eclipse plugins are preferred.

+3
source share
1 answer

Doxygen use point charting tool

yEd is a good graph rendering tool

Zest is a good tool for drawing graphics

If your header files (* .h) are well written, you can parse them with xText and a subset of the C grammar to control yEd, zest, or dot.

+1
source

All Articles