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.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,60118c65070501a2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-06 10:15:47 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-02!sn-xit-01!supernews.com!newsfeed.stanford.edu!feed.textport.net!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <3B97AA97.1548F906@san.rr.com> Subject: Re: Pool Specific Access Types? Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Thu, 06 Sep 2001 13:03:05 EDT Organization: http://www.newsranger.com Date: Thu, 06 Sep 2001 17:03:05 GMT Xref: archiver1.google.com comp.lang.ada:12815 Date: 2001-09-06T17:03:05+00:00 List-Id: In article <3B97AA97.1548F906@san.rr.com>, Darren New says... > >"Mr.Clueless" wrote: >> N: Numb_pnt; > >Not that I have more than a textbook knowledge of Ada, >but shouldn't this be > N : Numb_pnt := null; > >Where do you initialize the tail of your linked list? Sometimes its good to be explicit. However, all Ada pointers get automaticly initialized to null, if you don't explicitly give an initialization. --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html home email - mailto:dennison@telepath.com