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-Thread: 103376,703c4f68db81387d X-Google-Thread: 109fba,703c4f68db81387d X-Google-Thread: 115aec,703c4f68db81387d X-Google-Thread: f43e6,703c4f68db81387d X-Google-Attributes: gid103376,gid109fba,gid115aec,gidf43e6,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!news-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: Martin Dowie Newsgroups: comp.lang.ada,comp.lang.c++,comp.realtime,comp.software-eng Subject: Re: [OT] Re: Teaching new tricks to an old dog (C++ -->Ada) Date: Wed, 9 Mar 2005 06:53:25 +0000 (UTC) Organization: BT Openworld Message-ID: References: <4229bad9$0$1019$afc38c87@news.optusnet.com.au> <1110032222.447846.167060@g14g2000cwa.googlegroups.com> <871xau9nlh.fsf@insalien.org> <3SjWd.103128$Vf.3969241@news000.worldonline.dk> <87r7iu85lf.fsf@insalien.org> <1110326559.761940@athnrd02> NNTP-Posting-Host: host81-154-188-69.range81-154.btcentralplus.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sparta.btinternet.com 1110351205 21226 81.154.188.69 (9 Mar 2005 06:53:25 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Wed, 9 Mar 2005 06:53:25 +0000 (UTC) In-Reply-To: <1110326559.761940@athnrd02> X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) Xref: g2news1.google.com comp.lang.ada:8910 comp.lang.c++:44704 comp.realtime:1102 comp.software-eng:4661 Date: 2005-03-09T06:53:25+00:00 List-Id: Ioannis Vranos wrote: > John Hudak wrote: > >> Exactly - because not every programmer is well organized to keep all >> the nuances in their head, and observe them when coding. >> Furthermore, when components are integrated and one component talks to >> another is when the big debugging problems surface. One has to look >> at the history/motivation of Ada development versus that of >> C/C++...Ada certified compilers and tools strictly enforce the >> semantics of the language. It has been my experience that there is a >> lot of variability in C/C++ compilers in how through language >> semantics are adhered to. > > > > There is no variability concerning ISO C++ features these days. You've been lucky then... ;-) The last time I tried to port any C++ was between VxWorks and Borland... complete nightmare! And that wasn't so long ago... But YMMV. Cheers -- Martin