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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f5d71,d275ffeffdf83655 X-Google-Attributes: gidf5d71,public X-Google-Thread: 103376,d275ffeffdf83655 X-Google-Attributes: gid103376,public X-Google-Thread: 146b77,d275ffeffdf83655 X-Google-Attributes: gid146b77,public X-Google-Thread: 109fba,d275ffeffdf83655 X-Google-Attributes: gid109fba,public From: stanley@West.Sun.COM (Stanley Friesen [Contractor]) Subject: Re: Ada vs C++ vs Java Date: 1999/02/08 Message-ID: <79nnha$fi8@abyss.West.Sun.COM>#1/1 X-Deja-AN: 442187279 References: <369C1F31.AE5AF7EF@concentric.net> <36BAF083.6C413B3D@acenet.com.au> <79evj0$49g@drn.newsguy.com> <36BECC3E.E5D1723F@acenet.com.au> Organization: SunSoft South, Los Angeles, CA Newsgroups: comp.lang.ada,comp.lang.c++,comp.vxworks,comp.lang.java Date: 1999-02-08T00:00:00+00:00 List-Id: In article <36BECC3E.E5D1723F@acenet.com.au>, Geoff Bull wrote: > >Are you saying that when I want an array of objects >that I should use an STL abstraction rather than the languages >built in array type?? > >This is ridiculous! Think of vector<> as the built-in array type, and the type declared with '[]' as an obsolescent feature retained purely for backwards compatibility. That is much closer to the truth.