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-7-bit X-Google-Thread: 103376,180f921ce98aef2d,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-28 16:09:57 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.stealth.net!204.127.161.2.MISMATCH!wn2feed!wn4feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!sccrnsc01.POSTED!not-for-mail From: Wannabe h4x0r Subject: Interfacing to C++ Newsgroups: comp.lang.ada User-Agent: Pan/0.11.1 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Comment-To: ALL Message-ID: NNTP-Posting-Host: 12.245.48.122 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc01 1014941394 12.245.48.122 (Fri, 01 Mar 2002 00:09:54 GMT) NNTP-Posting-Date: Fri, 01 Mar 2002 00:09:54 GMT Organization: AT&T Broadband Date: Fri, 01 Mar 2002 00:09:54 GMT Xref: archiver1.google.com comp.lang.ada:20616 Date: 2002-03-01T00:09:54+00:00 List-Id: As C++ is a "superset" of C, can I bind to C++ libs using Interfaces.C or do I have to define my own types and methods? I plan on using QT 3.0 and likely GNOME 2.0(once it's released). Any docs you guys could point me to, or tips on how to get started? Chris