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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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!postnews.google.com!q75g2000hsh.googlegroups.com!not-for-mail From: vgodunko@gmail.com Newsgroups: comp.lang.ada Subject: Re: Translating C++ class types into Ada tagged types? Date: Wed, 11 Jul 2007 22:46:41 -0700 Organization: http://groups.google.com Message-ID: <1184219201.343241.148730@q75g2000hsh.googlegroups.com> References: <1184031587.650366.207550@m37g2000prh.googlegroups.com> <46934f37$0$19144$426a74cc@news.free.fr> NNTP-Posting-Host: 83.221.193.89 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1184219201 20124 127.0.0.1 (12 Jul 2007 05:46:41 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 12 Jul 2007 05:46:41 +0000 (UTC) In-Reply-To: <46934f37$0$19144$426a74cc@news.free.fr> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060914 SeaMonkey/1.0.5,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: q75g2000hsh.googlegroups.com; posting-host=83.221.193.89; posting-account=ecXLTQ0AAABaC2w5dt2hkkg0DHutgRJI Xref: g2news1.google.com comp.lang.ada:16469 Date: 2007-07-11T22:46:41-07:00 List-Id: On 10 , 13:19, Patrick wrote: > markus...@gmail.com a =E9crit : > > > 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? In QtAda project (http://sourceforge.net/projects/qtada/) you may find the way for creating portable bindings to C++ code. In Ada Modeling Framework project (http://sourceforge.net/projects/ adamof) you may see how class hierarhies from MOF and UML specifications mapped into Ada2005 interface and tagged types.