Often, the / struct class depends on other classes / structures, which in turn depend on other classes / structures. In large projects, this can lead to confusion. Is there a tool (preferably a simple text-based command line tool) that can show how classes or structures are nested / aggregated / connected? Inheritance support is not needed ...
source
share