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,71c743c03ed191fe X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-20 05:59:43 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!crtntx1-snh1.gtei.net!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Beginer problem: variable array size Date: 20 Sep 2002 07:59:40 -0600 Organization: LJK Software Message-ID: References: <38993b18.0209191906.b56b982@posting.google.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1032525330 15263 192.135.80.34 (20 Sep 2002 12:35:30 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Fri, 20 Sep 2002 12:35:30 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:29217 Date: 2002-09-20T07:59:40-06:00 List-Id: In article , "Marin David Condic" writes: > structure. Arrays in C++ can't dynamically grow either - you require a data > structure that is built from the primitive ones. So C++ already has it built > and that's nice, but its not something that can't readily be duplicated in > Ada. Does C++ also have a built-in Sort primitive ? > BTW: I'm waiting for Ada to have some standard matrix & vector libraries so > I can post to C++ newsgroups "Why can I multiply two matrices together in > Ada in only one line of code and it takes me ten thousand to do it in > C++..." :-) The number ten thousand must not be presuming unlimited length vectors :-)