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 Path: g2news1.google.com!news2.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!spln!extra.newsguy.com!newsp.newsguy.com!enews5 From: Thomas Wicklund Newsgroups: comp.lang.ada Subject: Re: Software Quality in Science Date: Tue, 09 Feb 2010 21:13:37 -0700 Organization: NewsGuy - Unlimited Usenet $19.95 Message-ID: References: <1198a288-b013-45a8-907f-7fe227e6294e@m27g2000prl.googlegroups.com> <04185bf3-f83a-4fbe-b380-c6d8aa4105e6@w27g2000pre.googlegroups.com> <9ced84e1-af7d-4c02-a593-0db456865553@m16g2000yqc.googlegroups.com> NNTP-Posting-Host: p6876eddbc3ad6c196770a9e3f53e6539c57ca28cfd6cfbe55d0139a9b26e9114.newsdawg.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 In-Reply-To: <9ced84e1-af7d-4c02-a593-0db456865553@m16g2000yqc.googlegroups.com> Xref: g2news1.google.com comp.lang.ada:9066 Date: 2010-02-09T21:13:37-07:00 List-Id: On 2/9/2010 3:00 PM, Hibou57 (Yannick Duch�ne) wrote: > > Switching from C to C++ is nearly the same as switching from C to > another C (C++ is backward compatible with C, as fat as I know), so > this is not surprising there. C++ is not backward compatible. For instance, C++ requires function prototypes while C does not. C++ strengthens type checking in some other ways. Still, C++ type checking is nowhere near as strong as Ada.