What tools are available for creating UML Class Diagrams from a set of .h- or .cpp-files?
I am looking for something that...
Dia is a very good open source drawing tool, and cpp2dia creates UML diagrams from .h/.cpp files.
I use it under Linux, I don't know if it runs in other platforms.
There is no GUI for cpp2dia, but its command line usage is very simple.