From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!bu-cs!husc6!m2c!wpi!wpi.wpi.edu!tfrancis From: tfrancis@wpi.wpi.edu (Krishan M Nainani) Newsgroups: comp.lang.ada Subject: List of lists using Ada Message-ID: <3460@wpi.wpi.edu> Date: 7 Aug 89 01:36:07 GMT Sender: tfrancis@wpi.wpi.edu Reply-To: tfrancis@wpi.wpi.edu (Krishan M Nainani) Distribution: usa Organization: Worcester Polytechnic Institute, Worcester, Mass. List-Id: Hi Netters, I have just recently started learning Ada and am faced with this problem. I would welcome any help. I need to construct a list of lists. So, each node in list A would point to separate lists. For example, node 1 in list A would point to a structure of type B and node 2 in list A would point to a structure of type C. But all of this should be dynamic. So, there might be an arbitrary number of types. For example, the types B and C would be described in another file BUT the number of these types is unknown at compile time and the description of these types is also UNKNOWN at compile time. Please note that I cannot use a variant record. Due to these unknowns, I cannot use a generic package so does ANYONE have ANY suggestions ? Thanx in advance. Krishan Nainani. reply-to (tfrancis@wpi.wpi.edu)