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,6a7cfec93e22adfc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-16 12:22:00 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!news2.euro.net!uunet!ash.uu.net!world!news From: Robert A Duff Subject: Re: ada to C++ translation Sender: news@world.std.com (Mr Usenet Himself) Message-ID: Date: Sat, 16 Mar 2002 20:20:25 GMT References: <3c81060d$1@giga.realtime.net> <5ee5b646.0203021621.ce5a579@posting.google.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:21342 Date: 2002-03-16T20:20:25+00:00 List-Id: kcline@optelnow.net (Kevin Cline) writes: > That problem got a lot harder when exceptions > were introduced into C++. C-front was abandoned > at that time. It's not all that hard to translate exceptions into C using setjmp/longjmp. It's grossly inefficient, though. - Bob