Updating and organizing class diagrams in a growing C++ project
Posted
by
vanna
on Programmers
See other posts from Programmers
or by vanna
Published on 2012-06-25T22:47:01Z
Indexed on
2012/06/26
3:23 UTC
Read the original article
Hit count: 233
I am working on a C++ project that is getting bigger and bigger. I do a lot of UML so it is not really hard to explain my work to co-workers. Lately though I implemented a lot of new features and I gave up updating by hand my Dia UML diagrams. I once used the class diagram of Visual Studio, which is my IDE but didn't get clear results. I need to show my work on a regular basis and I would like to be as clear as possible.
Is there any tool that could generate a sort of organized map of my work (namespaces, classes, interactions, etc.) ?
© Programmers or respective owner