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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!goblin3!goblin1!goblin.stu.neva.ru!peer04.fr7!futter-mich.highwinds-media.com!news.highwinds-media.com!fx42.am4.POSTED!not-for-mail Subject: Re: Ada and C Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.clipper References: From: Per Sandberg User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@usenet.se NNTP-Posting-Date: Tue, 22 Nov 2016 05:32:01 UTC Organization: usenet.se Date: Tue, 22 Nov 2016 06:32:01 +0100 X-Received-Bytes: 1233 X-Received-Body-CRC: 1711579540 Xref: news.eternal-september.org comp.lang.ada:32405 comp.lang.c:96559 comp.lang.clipper:1091 Date: 2016-11-22T06:32:01+01:00 List-Id: Well Interaction between Source languages is one thing but you need to take the tool-chain into consideration as well. Take a look on C++, libraries compiled with Microsoft C++ and GCC C++ are not compatible. But GCC Ada, C and C++ are compatible, the compiler gcc could even generate the ada-specs from C and C++ headers ,not all but the ones that are "compatible" and the most recent gnat could generate C headers from ada-specs. /P Den 2016-11-21 kl. 12:39, skrev Mr. Man-wai Chang: > > Does Adata... sorry... Ada interact with C?