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 02:21:05 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: kcline@optelnow.net (Kevin Cline) Newsgroups: comp.lang.ada Subject: Re: ada to C++ translation Date: 16 Mar 2002 02:21:05 -0800 Organization: http://groups.google.com/ Message-ID: References: <3c81060d$1@giga.realtime.net> <5ee5b646.0203021621.ce5a579@posting.google.com> NNTP-Posting-Host: 24.219.81.150 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1016274065 16213 127.0.0.1 (16 Mar 2002 10:21:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 16 Mar 2002 10:21:05 GMT Xref: archiver1.google.com comp.lang.ada:21327 Date: 2002-03-16T10:21:05+00:00 List-Id: dewar@gnat.com (Robert Dewar) wrote in message news:<5ee5b646.0203021621.ce5a579@posting.google.com>... > Of course one can translate Ada to C, just as one can > translate C++ to C (that is after all what C front does), That problem got a lot harder when exceptions were introduced into C++. C-front was abandoned at that time.