I have a program I made in C++ that does not use classes, just simply functions and main()
.
I want to know what kind of diagrams I can draw for it. Here are a couple of things I have in mind.
- Activity diagram
- Sequence diagram
- class diagram - obviously can't draw this because I didn't use classes
- system architecture
- state diagrams
- use case diagrams
Out of these what can I draw?