Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to display how the classes are related to each other graphically? 1

Status
Not open for further replies.

hajimeml

Programmer
Apr 17, 2009
18
0
0
CN
Hello.

I am a new user of Borland C++ Builder 6. I have been using C for a few years but I just started learning C++.

I was given a complex c++ program written by former lab members. My task is to understand the program and modify
it to suite my needs. I have all the source codes (.cpp and .h files). There are about 200-250 files in different folders. It seems that there are many classes and member functions. Some of the classes are inherited from the others. Moreover, there are virtual functions. It is a bit difficult to understand the relationships among the classes/functions/files. My questions are as follows:

1. What is the best way to understand the program in this case?

2. Is there a way (perhaps a free program?) that allows me to display how the classes/files related to each other graphically? Due to the complexity of the program, I need something better than the built-in class explorer.

Your help is greatly appreciated. Thanks.
 
I've only read the reviews of this but Doc-o-matic may be a place too look. It might help on both 1 and 2.


James P. Cottingham
[sup]I'm number 1,229!
I'm number 1,229![/sup]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top