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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,71c743c03ed191fe X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-03 05:18:42 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed2.earthlink.net!newsfeed1.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl.earthlink.net!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: Beginer problem: variable array size Date: Thu, 3 Oct 2002 08:17:48 -0400 Organization: MindSpring Enterprises Message-ID: References: <4519e058.0209170622.498a17e7@posting.google.com> NNTP-Posting-Host: d1.56.b4.8c X-Server-Date: 3 Oct 2002 12:18:42 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Xref: archiver1.google.com comp.lang.ada:29485 Date: 2002-10-03T12:18:42+00:00 List-Id: Probably a good alternative for someone doing serious development. Better to use this (or one of the other available libraries) rather than build it from bottom-dead-center. However, IIRC, this was a student project and it is usually not considered kosher to hand in other people's code. Although what if there was an Ada textbook that supplied a library like this on a CD and taught Ada with the presumption of available containers such as this..... Hmmm.... Might that help make a de facto standard? MDC -- ====================================================================== Marin David Condic I work for: http://www.belcan.com/ My project is: http://www.jast.mil/ Send Replies To: m c o n d i c @ a c m . o r g "I'd trade it all for just a little more" -- Charles Montgomery Burns, [4F10] ====================================================================== Matthew Heaney wrote in message news:upm2vueotr4p1b@corp.supernews.com... > > "Marin David Condic" wrote in message > news:amcako$bbg$1@slb7.atl.mindspring.net... > > The Charles container library has both doubly-linked and singly-linked > container types. It also has a vector, which is a "dynamic array." > (There's also a deque, with slightly different semantics.) > > http://home.earthlink.net/~matthewjheaney/charles/index.html > > Perhaps these can be of some use. > > > >