CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2006
    Posts
    10

    Can anyone recommend code dependency tool?

    I've just started a new job and I find myself in the familiar position of having to become proficient with a large codebase that only has basic auto-generated XML files as documentation.

    Could anyone recommend a good Windows tool for getting an overview of a class hierarchy within a solution/project? What would be particularly cool would be a tool that would also show in its overview whether a given class could be multiply instanced or is a Singleton, but any tool's better than nothing.

    ------
    Mijin

  2. #2
    Join Date
    Aug 2004
    Location
    Pakistan
    Posts
    260

    Re: Can anyone recommend code dependency tool?

    Use Microsoft Visio tool
    or Rational Rose 2000 (the best one) and reverse engineer the code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured