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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b416c884bdec6e56 X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: circularity and symetrical list Date: 1999/09/23 Message-ID: #1/1 X-Deja-AN: 528725765 References: X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.snfc21.pbi.net 938109895 207.214.211.112 (Thu, 23 Sep 1999 11:04:55 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Thu, 23 Sep 1999 11:04:55 PDT Newsgroups: comp.lang.ada Date: 1999-09-23T00:00:00+00:00 List-Id: >Does anybody know who i can declare a circularity and symetrical list >or anybody can tell me if my structure is good : (sorry my english is First, let the compiler help you out. Your code as given won't compile, and the compiler's error message will point to the problem. Second, once the package compiles, try running a test program using it. It will soon become obvious there's a problem. It should be clear where the problem lies, and on looking carefully at your code you will say "How could I have done that!". While somewhat over-complicated, your code is on the right track.