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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b3d4bf1aa8fddd02 X-Google-Attributes: gid103376,public From: Charles Hixson Subject: Re: Ada2C++ Date: 2000/01/18 Message-ID: <3884A911.FA1CA31C@earthlink.net>#1/1 X-Deja-AN: 574308901 Content-Transfer-Encoding: 7bit References: <20000109121316.27085.00001168@ng-bg1.aol.com> <947863446.367115@edh3> <387F80E1.DCC63FBD@netwood.net> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-ELN-Date: Tue Jan 18 09:55:22 2000 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.prod.itd.earthlink.net 948218122 198.94.156.19 (Tue, 18 Jan 2000 09:55:22 PST) Organization: EarthLink Network, Inc. MIME-Version: 1.0 NNTP-Posting-Date: Tue, 18 Jan 2000 09:55:22 PST Newsgroups: comp.lang.ada Date: 2000-01-18T00:00:00+00:00 List-Id: "E. Robert Tisdale" wrote: > Frode Tenneboe wrote: > > > BRETTSYS1 (brettsys1@aol.com) wrote: > > : Does anyone know if there is a utility > > : that will take Ada95 source and convert it into C++ source? > > > > To be honest: The other way around is much more appealing. > > No. I don't think you'd like that. The only reason that I might not like it is that most translators produce very ugly code. OTOH, I believe that I might be quite difficult to do this properly for more than a small subset of the C++ language. Anything that involves recasting pointers, e.g., should refuse to translate.