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, MSGID_RANDY 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: Robert Dewar Subject: Re: circularity and symetrical list Date: 1999/09/23 Message-ID: <7sdcbg$6h9$1@nnrp1.deja.com>#1/1 X-Deja-AN: 528477206 References: X-Http-Proxy: 1.0 x40.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Thu Sep 23 14:10:02 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-09-23T00:00:00+00:00 List-Id: In article , J.M. wrote: > 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 > very bad ! ) Generally I don't think you can expect CLA to act as a debugger for your program, especially if, as is likely, this is a homework assignment. What you need to do is to compile and run the program, and then if necessary learn how to use the debugger to debug it. If you get error messages you don't understand at compile time, or you narrow down your runtime problems to a very specific problem that you don't understand, then is the time to ask for help on CLA Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.