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: 1014db,582dff0b3f065a52 X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,bc1361a952ec75ca X-Google-Attributes: gid103376,public X-Google-Thread: 109fba,582dff0b3f065a52 X-Google-Attributes: gid109fba,public X-Google-ArrivalTime: 2001-08-11 09:09:09 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!skynet.be!skynet.be!louie!not-for-mail Sender: - From: Bart.Vanhauwaert@nowhere.be Subject: Re: How Ada could have prevented the Red Code distributed denial of service attack. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++ References: <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> <3B73F844.43D50B8B@home.com> User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (Linux/2.2.17-21mdksecure (i686)) Date: Sat, 11 Aug 2001 11:05:32 +0200 Message-ID: NNTP-Posting-Host: 194.78.202.248 X-Trace: 997545948 reader1.news.skynet.be 62252 194.78.202.248 X-Complaints-To: abuse@skynet.be Xref: archiver1.google.com comp.lang.ada:11793 comp.lang.c:73597 comp.lang.c++:81782 Date: 2001-08-11T11:05:32+02:00 List-Id: Warren W. Gay VE3WWG wrote: >> The STL is an inherent part of the C++ Language. I have before me >> International Standard ISO/IEC 14882 (Programming languages - C++) >> chapter 17 up to chapter 27 are dedicated to the different >> libraries that are part of C++. There is no denying they are part >> of standard C++. (And they are part of what made me choose C++ >> over C btw) > Pardon me? Are you saying you cannot get a C++ compiler without a > STL? Don't be silly. A standard-conforming hosted C++ compiler MUST somehow include the STL. >> > It is true that unless they did something wacky like make it virtual, the >> > C++ inline ++ operator is usually cheap. >> Look, you obviously don't know C++ that well, so please refrain from >> going into details and trying to pin C++ as a potentially >> non-optimizeable language on your assumptions which are FALSE. >> There is no question of virtual dispatch in this case as any >> junior C++ programmer will be able to tell you. > You've got attitude... I'll give you that. If you keep on saying that there is virtual dispatch in this line of code (we began the discussion with it) for (std::vector::iterator i=v.begin(); i!=v.end(); ++i) ... I will have to keep on correcting you. > I can see that having a meaningful dialog with you on this subject is > extremely difficult. I'm on vacation, and this will be my last post > on this tired thread. You've been saying this for 4 posts know. It's difficult to let go of a good thread, isn't it :) cu bart -- http://www.irule.be/bvh/