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,28cd155693714664 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-18 14:28:13 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!uunet!dca.uu.net!ash.uu.net!world!news From: Robert A Duff Subject: Re: Faulty languages and Liability Sender: news@world.std.com (Mr Usenet Himself) Message-ID: Date: Tue, 18 Jun 2002 21:27:28 GMT References: <3D0DE5E2.5010904@mail.com> <3D0DF19E.5010805@mail.com> NNTP-Posting-Host: shell01.theworld.com Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:26310 Date: 2002-06-18T21:27:28+00:00 List-Id: Hyman Rosen writes: > Larry Kilgallen wrote: > > There is a serious question in my mind whether everyone using C* has > > done so based on thorough reasoning. > > I can't speak for anyone else, but I use C++ because I love it. If I were a lawyer sueing somebody for using C++ (which I admit is kind of silly), I would *love* to hear that statement given under oath! ;-) Sort of like a civil engineer who builds a bridge that falls down saying, "I built it out of inferior steel because I love that kind of steel." Or the second of the Three Pigs claiming to "love" building houses out of sticks. > I am at my current job because I answered an ad which was looking > for expert C++ programmers, and it sounded (and is) exactly like > what I wanted. I find the combination of multiple inheritance, > virtual functions, and automatically instantiated templates to > result in remarkably concise, expressive, efficient, and typesafe > code which is moreover a lot of fun to write. It more than makes > up for the warped C-legacy syntax. - Bob