Results 1 to 5 of 5
Dear All
do you know any application that can easily draw class inheritance diagrams of my C/C++ project ?
Thanks...
- 05-17-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 11
how to draw class inheritance diagrams
Dear All
do you know any application that can easily draw class inheritance diagrams of my C/C++ project ?
Thanks
- 05-17-2009 #2
Try dia. It should be in your repository
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 05-17-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 11
thanks elija
i have read the dia tutorial, but it seems that I should draw diagram myself !
I am looking for an application which is capable of autimatic drawing !
can dia draw diagram automatically ?
--ARH
- 05-17-2009 #4
I've never used it like that so I don't know. Apparently this will do the job but I don't know what it is like.
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 05-18-2009 #5Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
There are a number of free Linux UML modeling tools available for download from the internet. They will let you draw your models (including inheritance, containment, use cases, etc) and print them or output them in some viewable format such as png or jpeg images. Remember, Google is your friend! One commercial UML vendor, Umbrello (it's an Italian company), has a decent free version for download that will do what you need. They also have more sophisticated versions that you can purchase, such as ones that will do "reverse engineering", which will take your source code and turn that into the appropriate diagrams.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote