I have been working on a large c++ project, and I want to generate a diagram showing the inheritance as well as composition relationship between classes, I have been googling for a long time seeking for a solution. As now, I found a lot of tools (like understand, or vs) that can be used to generate UML diagram showing the inheritance relation but not for the composition. I really need to see the references between each class for understanding the design pattern inside it, is there any suggestions?
Asked
Active
Viewed 1,648 times