Russian

Some c++ tools

Include File Dependencies Watcher

Visualize c/c++ include dependencies. Maintain good include hierarchy with less effort. For large C/C++ projects it is definitely a must-have tool.

Some features:
  • You can study include dependencies of several files at the same time
  • You can save the include files hierarchie as an image file
  • Cyclic dependencies are correctly displayed
  • The comments are parsed correcty
  • The preprocessor derectives are not supported (other than #include and #import)
  • You can use it as a stand alone application or integrate it as an add in for Visual Studio 2005
  • It is possible to follow standard headers
  • COM includes (#import)
  • Using of colors simplifies reading of the diagramm
A real life example - Dependencies of c++ standard include files from Visual Studio 2005.

A free tool for viewing the include file dependencies (some call it include file hierarchies) of your source code:
Download Include Dependencies Watcher v.1.0.0.3
Download Include Dependencies Watcher v.1.0.0.4
Last update: 25.03.2010.
Include File Dependencies Watcher Output

C++ Class Hierarchie Viewer

Visualize c++ class hierarchie with this addin for Visual Studio 2005.

Download Class Hierarchie Viewer for c++
c++ class hierarchie viewer

XSD Hierarchie Viewer

Visualize xsd data hierarchie.

Download XSD Hierarchie Viewer