views:

31

answers:

2

I am looking for simple and easy to use tools through which I can get project's visual picture of folder/file tree stucture , its classes, functions and objects, relations between classes and files.

A: 

If you are designing a new project, you might want to use some form of UML. There are many tools for creating UML diagrams, check out this SO question.

If you are talking about an existing project (and depending on the language you are using), doxygen provides a lot of nice documentation about files, folders, class relationships, etc. It takes a little bit of effort to set up, but not too bad.

bde
Thanks for reply, but this is "Source code documentation generator tool", not what, that i am looking for.
santosh
Ok, I wasn't sure if you were talking about examining the design of an existing project, or trying to design a new project. You might look around for a UML tool (there are a ton of them) if you are designing a new project. Check out http://stackoverflow.com/questions/15376/whats-the-best-uml-diagramming-tool.
bde
A: 

The open source tool that can handle anything you want with is probably MOOSE, but it is not that easy to get started with. It is extremely powerful, so ease of use once learned is excellent.

Stephan Eggermont