Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C Language Data Structure Visualisation [closed]

Are there any C-language static analysers out there that create graphical diagrams of the data structures in a body of C code?

I'm thinking along the lines of the data displays in the DDD (Data Display Debugger) but that work from static analysis of the source code.

Any diagram notation welcome (UML etc.) and it can run on any platform.

Thanks.

like image 406
Paul Bullough Avatar asked Nov 05 '22 07:11

Paul Bullough


1 Answers

Take a look at Enterprise Architect. It is fairly inexpensive and does just this and comes with a 30 day free trial. And no, I don't work for them :) .

Understand is also a great tool for diagraming existing C / C++ code, to help you understand it.

like image 80
Michael Goldshteyn Avatar answered Nov 09 '22 06:11

Michael Goldshteyn