>do any of you know a tool that can display a simple model of >the relationships between c++ classes?
Try doxygen. It is a very useful tool for development and documentation.
It takes a bit of extra commenting to make it function, but has the added feature of being so great.
>i'm looking for one that runs on unix and windows hopefully
Doxygen runs on Linux best (Of course). But there is Windows support.
http://www.doxygen.org/ is the site
A site which has used c++ classes etc. is http://octane.sourceforge.net/doxygen/hierarchy.html
Cheers,
Tim
