PDA

View Full Version : Win32 UML generator from C++ .h files?



hickscorp
13th May 2007, 18:35
Hello,

I dont know in what forum to ask this, so i ask here :)
Does anyone knows a good UML generator, which takes my C++ files as an input? I need it to run on Windows.
What i mostly need, is a graphical representation of the classes and their interaction...

Thanks,
Pierre.

wysota
13th May 2007, 19:05
Try Doxygen. As a sude effect it can generate some of the diagrams, maybe also class diagrams.