Thread: wtf is a hierarchy chart??

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    3

    wtf is a hierarchy chart??

    My professor wants us to make a hierarchy chart for one of the programs we r doing to show the relationship between functions.. what is it.. i know what a structure chart is but not this thanks

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    A hierarchy chart shows the overall program’s structure, describes what each part, or module, of the program does, and shows how each module relates to other modules in the program.

    -Prelude
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Chart!
    By 98dodgeneondohc in forum C Programming
    Replies: 13
    Last Post: 04-22-2005, 10:03 AM
  2. Hierarchy Chart software suggestions?
    By MatthewDoucette in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 03-09-2005, 01:05 PM
  3. Need help regarding ActiveX Chart Object
    By Hankyaku in forum C++ Programming
    Replies: 2
    Last Post: 02-19-2005, 04:38 PM
  4. Drawing a simple chart?
    By C++NewUser in forum C++ Programming
    Replies: 1
    Last Post: 09-05-2002, 07:45 AM
  5. outputting a ASCII chart
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 02-15-2002, 11:55 AM