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
  • You can use it as a stand alone application or integrate it as an add in for Visual Studio 2005
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.0
Download Include Dependencies Watcher v.1.0.0.2 (exe only)
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