Using
To Analyze Someone Else's Code
|
|
Many times in a programmer's life he or she is faced with one of the ultimate nightmares: receiving undocumented code at various levels. For example; no graphical representation of the code structure, no written documentation of the design and maybe even a lack of comments. All that is left for you to do is go through lines and lines of code to make sense of it all.
WITH CLASS can relieve this nightmare by Reverse Engineering the structure of C++ or Delphi code so that the classes, attributes, operations and relationships can be seen in a clear graphical form. This way you will have a diagram of the layout of the classes and their intended functions.