Search code examples
umldiagram

Program to create a UML diagram for C++


Was wondering what the easiest way to create a UML diagram for a c++ program would be? I saw some threads about a java plugin that would create the UML diagram for you, was wondering if there was one like it for C++ (using cygwin on windows).

If not any good freeware programs? I have visio I was just seeing if there were other alternatives (even used mspaint before :P)

Thanks :)


Solution

  • For anyone who is looking for something similar I recommend StarUML.

    Simply install it, go to the tools tab, c++, reverse engineer and follow the options.

    Worked better than expected :)