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=0.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f5ef0e15c905d81f,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-10 06:44:10 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: msimpson@hotmail.com (Michael Simpson) Newsgroups: comp.lang.ada Subject: Best practices for converting C++ to Ada Date: 10 Oct 2001 06:44:10 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 63.99.119.20 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1002721450 5719 127.0.0.1 (10 Oct 2001 13:44:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 10 Oct 2001 13:44:10 GMT Xref: archiver1.google.com comp.lang.ada:14151 Date: 2001-10-10T13:44:10+00:00 List-Id: I'm wondering if there are any published "best practices" that can be used when converting a C++ program to Ada. I'm not looking for an automatic code translator (although one that does repetitive "grunt" work might be nice), but rather a set of steps that have worked well on other projects with respect to project layout, data-types, etc. When searching through the archives, I saw messages from Brian Holmes at GTE that they had done something like this, but the link is now dead. Was the GTE work ever made public, or is there anything else available? Thanks, Michael Simpson