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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.42.188.84 with SMTP id cz20mr12950873icb.1.1407743817695; Mon, 11 Aug 2014 00:56:57 -0700 (PDT) X-Received: by 10.140.21.175 with SMTP id 44mr9121qgl.14.1407743817665; Mon, 11 Aug 2014 00:56:57 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!h18no17999122igc.0!news-out.google.com!j6ni34691qas.0!nntp.google.com!v10no6134758qac.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 11 Aug 2014 00:56:57 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=194.154.216.93; posting-account=sDyr7QoAAAA7hiaifqt-gaKY2K7OZ8RQ NNTP-Posting-Host: 194.154.216.93 References: <85a97spo1c.fsf@stephe-leake.org> <92dd7d22-a7da-44d7-9c40-b3aa62881683@googlegroups.com> <4f431041-5292-434d-988e-46d69f4800f8@googlegroups.com> <472a5732-3dc9-4c08-8bda-00720375a2a9@googlegroups.com> <8cc86d41-2c7e-42d7-b057-1f9f010d9002@googlegroups.com> <75864d79-609c-4e37-98d8-6b5f050ad59d@googlegroups.com> <42e0f58b-63c4-4a08-90ce-b5ddf7ebe95b@googlegroups.com> <105213a0-7faa-48b1-a4ba-07791cd97c60@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <04680e62-81d7-4fc6-888b-c8d2128818e3@googlegroups.com> Subject: Re: Problem with generic linked list package From: Laurent Injection-Date: Mon, 11 Aug 2014 07:56:57 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:21656 Date: 2014-08-11T00:56:57-07:00 List-Id: Yes why bother with getting a pkg together if there exits a better one read= y to use. I have taken a look at it when I had problems to implement the co= py procedure. But there are so many things in the double linked list pkg th= at I was immediately lost. The other problem is that I learn best by solvin= g the problem myself. So even if I will never use this simple list pkg, it = will still help me understanding and getting some routine with programming.= =20 If I scratch everything together I have perhaps been programming ( banging = my head against a wall) about 150 hrs. Ada contains so many features. If I = have a problem which I can't solve myself than I probably won't forget the = solution later.=20 Laurent