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,fcc68f44249afbd4 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!cleanfeed2-b.proxad.net!nnrp5-2.free.fr!not-for-mail Date: Tue, 10 Jul 2007 11:19:54 +0200 From: Patrick User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Translating C++ class types into Ada tagged types? References: <1184031587.650366.207550@m37g2000prh.googlegroups.com> In-Reply-To: <1184031587.650366.207550@m37g2000prh.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <46934f37$0$19144$426a74cc@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 10 Jul 2007 11:19:51 MEST NNTP-Posting-Host: 81.80.41.57 X-Trace: 1184059191 news-1.free.fr 19144 81.80.41.57:1327 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:16452 Date: 2007-07-10T11:19:51+02:00 List-Id: markus034@gmail.com a �crit : > Does ada fully support the object-orientedness? If so, how do i write > (or translate) the following C++ object-oriented code into Ada object- > oriented code? By the way, how about translating C++ multiple inheritance into Ada? I've read that someone worked on a SWIG module for Ada; do you know about this?