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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9eef6c480abeecf8 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!l41g2000cwc.googlegroups.com!not-for-mail From: "Matthew Heaney" Newsgroups: comp.lang.ada Subject: Re: Dynamic array allocation and STL equivalents? Date: 11 Feb 2005 10:07:51 -0800 Organization: http://groups.google.com Message-ID: <1108145270.999840.70190@l41g2000cwc.googlegroups.com> References: <1108127216.221977.60830@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: 66.162.65.162 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1108145277 21221 127.0.0.1 (11 Feb 2005 18:07:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 11 Feb 2005 18:07:57 +0000 (UTC) In-Reply-To: <1108127216.221977.60830@o13g2000cwo.googlegroups.com> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: l41g2000cwc.googlegroups.com; posting-host=66.162.65.162; posting-account=Zl1UPAwAAADEsUSm1PMMiDjihtBlZUi_ Xref: g2news1.google.com comp.lang.ada:8252 Date: 2005-02-11T10:07:51-08:00 List-Id: brian.b.mcguinness@lmco.com wrote: > > It would also be useful to know if there is an Ada equivalent of the > C++ Standard Template Library, with classes for vectors, associative > arrays, and so on. Ada 2005 will have a standard container library, very similar to the C++ STL. It will include vectors, lists, and hashed and ordered sets and maps. See the files a-c*.ad[sb] here: http://charles.tigris.org/source/browse/charles/src/ai302/ Drop me a line (or post on CLA) if you have any container library questions. -Matt