Thread: Need software to help to understand C source code

  1. #1
    Registered User
    Join Date
    Sep 2006
    Posts
    1

    Need software to help to understand C source code

    Hi all,
    I have downloaded a complete source code of network simulation. It was writed in C++ Object. I need to understand the structure and running mechanism of this code. The structure, I mean, is which objects inherit which objects. I need a object inheritance diagrams of the whole source code. The running mechanism is when the application runs, which functions is called first, and next .... Please suggest me such a software or a software to help me to understand the source code less painfully.
    Thanks much.

  2. #2
    semi-colon generator ChaosEngine's Avatar
    Join Date
    Sep 2005
    Location
    Chch, NZ
    Posts
    597
    Enterprise Architect from Sparx Systems has excellent reverse engineering (generates UML diagrams from code).
    "I saw a sign that said 'Drink Canada Dry', so I started"
    -- Brendan Behan

    Free Compiler: Visual C++ 2005 Express
    If you program in C++, you need Boost. You should also know how to use the Standard Library (STL). Want to make games? After reading this, I don't like WxWidgets anymore. Want to add some scripting to your App?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Closed Source Software
    By abh!shek in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 04-21-2008, 07:02 AM
  2. DxEngine source code
    By Sang-drax in forum Game Programming
    Replies: 5
    Last Post: 06-26-2003, 05:50 PM
  3. Lines from Unix's source code have been copied into the heart of Linux????
    By zahid in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 05-19-2003, 03:50 PM
  4. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM