tags:

views:

149

answers:

4

I'm looking for something relatively simple to spec out a class hierarchy for C++. Can cost $ but preferably something free or at least simple and not overly feature laden and $$$.

+1  A: 

Do you mean free UML tools? If so, I really like JUDE community edition. The UML is certainly language agnostic, but the import/export features assume Java.

Wikipedia actually has a list of UML tools, some that should be usable on OSX.

Google found VP UML.

duffymo
+2  A: 

Once KDE4 is running really well on the Mac you should be able to use the excellent Umbrello tool.

Why would you run KDE4 on the Mac? Talk about a few steps backward.
Stephen Cox
Stephen Cox: perhaps in order to use some KDE software, like Umbrello UML modeller?
Ali A
+1  A: 

OmniGraffle does a nice job.

Charlie Martin
Does OmniGraffle stub out code?
ceretullis
No, omnigraffle won't stub out code to the best of my knowledge. But the diagrams are really pretty :-)
A: 

I can recommend Umbrello, mentioned in another answer. I have also used ArgoUML, which is pretty good too.

Ali A