Link to home
Start Free TrialLog in
Avatar of kushcu
kushcu

asked on

VC++ class diagrams

I'm using VC++ 6.0. My project contains around 20 classes with inheritance / composition relationships. Is there any cheap tool that would take these classes in my project and output the project's class diagram(s)?
(In UML or OMT notation, or anything else)

(It would take like three hours if I try to draw it by hand.)
Avatar of dimitry
dimitry

VC++ 6.0 goes together with Microsoft Visual Modeler (at least the enterprise addition). This modeler can help you to build your class diagram. Also you can check the site of Visual Modeler developers, they have good utilities for developers in OOP. (http://www.rational.com)
ASKER CERTIFIED SOLUTION
Avatar of TheFriend
TheFriend

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kushcu

ASKER

tried a couple of projects and works fine for me. thanks.