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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d30566b623106d1e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-01 06:10:04 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!aaanet.ru!not-for-mail From: "Gary Lisyansky" Newsgroups: comp.lang.ada Subject: Re: A simple question: is there anything in Ada like STL in C++ Date: Sun, 1 Jul 2001 17:09:33 +0400 Organization: AAA Intersvyaz Message-ID: <9hn7ef$2blu$1@pa.aaanet.ru> References: <4b98b099.0107010445.31b09c4@posting.google.com> NNTP-Posting-Host: 213.59.110.211 X-Trace: pa.aaanet.ru 993992975 77502 213.59.110.211 (1 Jul 2001 13:09:35 GMT) X-Complaints-To: usenet@news.aaanet.ru NNTP-Posting-Date: 1 Jul 2001 13:09:35 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Xref: archiver1.google.com comp.lang.ada:9292 Date: 2001-07-01T13:09:35+00:00 List-Id: "Michael Meng" wrote in message news:4b98b099.0107010445.31b09c4@posting.google.com... > Since Ada support generic concept, is there anything in Ada like STL? > I am just begin to consider Ada, so forgive my naive question. There are FDS/ATD libraries for Ada, like Booch Components, defined as generics. The links are available on www.adapower.com . Gary