Is there any development tool for the C programming language?

Is there any development tool for the C programming language?

Please note that I am using C not C ++, and I want to use a design tool like StarUML , but it seems that UML is not a good way for C because C is not an object oriented language.

What is the best method for developing C-based applications and libraries?

Thanks.

+6
source share
2 answers
+1
source

Read here how best to use uml for C: http://drdobbs.com/web-development/184401948

Also read this question, it has some good answers: UML for the C programming language

+1
source

Source: https://habr.com/ru/post/887436/


All Articles