Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any design tool for C programming language? [closed]

Tags:

c

Is there any design tool for C programming language?

Note that I use C not C++ and I want to use a design tool something like StarUML, But it seems UML is not a good way for C, because C is not an object oriented language.

What is the best method for designing the C based application and libraries?

Thanks.

like image 635
Amir Saniyan Avatar asked Nov 04 '22 22:11

Amir Saniyan


1 Answers

Have a look at this post, it is similar

How to design an UML class diagramm with non object oriented parts?

like image 200
Eamonn McEvoy Avatar answered Nov 09 '22 11:11

Eamonn McEvoy