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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 1014db,582dff0b3f065a52 X-Google-Attributes: gid1014db,public X-Google-Thread: 109fba,582dff0b3f065a52 X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,bc1361a952ec75ca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-14 06:02:57 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-02!supernews.com!isdnet!nerim.net!norfair.nerim.net!not-for-mail From: "Bertrand Augereau" Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++ Subject: Re: How Ada could have prevented the Red Code distributed denial of service attack. Date: Tue, 14 Aug 2001 15:09:05 +0200 Organization: Nerim -- xDSL Internet Provider Message-ID: <9lb7hu$72h$1@norfair.nerim.net> References: <3b690498.1111845720@news.worldonline.nl> <9kbu15$9bj@augusta.math.psu.edu> <9kbvsr$a02@augusta.math.psu.edu> <3B69DB35.4412459E@home.com> <9kp9n7$ivm$1@nh.pace.co.uk> <3B73337F.862F8D93@home.com> NNTP-Posting-Host: aboukir-101-2-1-inutero.adsl.nerim.net X-Trace: norfair.nerim.net 997794176 7249 62.4.19.69 (14 Aug 2001 13:02:56 GMT) X-Complaints-To: abuse@nerim.net NNTP-Posting-Date: Tue, 14 Aug 2001 13:02:56 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:11910 comp.lang.c:74146 comp.lang.c++:82444 Date: 2001-08-14T15:09:05+02:00 List-Id: "Warren W. Gay VE3WWG" a �crit dans le message news: 3B73337F.862F8D93@home.com... > Bart.Vanhauwaert@nowhere.be wrote: > > Ted Dennison wrote: > > >>for (std::vector::iterator i=v.begin(); i!=v.end(); ++i) > > > That's actually pretty close, and seems to have all the benifits Marin was > > > touting. Its a shame I've never seen it "in the wild". :-) > > > > I use it all the time (and love it) > > Don't forget that in Ada, there are Booch components that sports > iterator types that can be used in a manner that is similar. But > I think the thing that has been lost in all of this is that you > are comparing C++ _STL_ features with Ada _language_ features. > But STL *IS PART OF* C++ language, no? It is *standard*.