On Jan 27, 8:24 am, "call_me_anything" <s...@yahoo.com> wrote:
> Our group uses Vi editor for writing code and "grep" to understand the
> working of the code.
> Seems like we are living 20 years behind the current age.
>
> I have searched for some good tools on the net which can atleast help
> to understand a complex huge project by making function call
> generators, class relationship diagrams etc.
> But I haven't really found any good tool.
>
> Does anybody know of some such good tool.
> BTW, Java people sing loads of praises of Eclipse.
> Is it usable for C/C++ with Tcl/Tk projects ?
I highly recommend Doxygen.
http://www.stack.nl/~dimitri/doxygen/index.html
The following link was build using Doxygen.
http://axter.com/smartptr/
Doxygen uses the source code to build the above web pages. Although
the above source code has extra comments used to build the web page,
you can still use Doxygen on source code that doesn't have any
comments at all, and it'll produce documentation you can use to
reference logic in your source code.
Doxygen works with C, C++, and Java.