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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,107347a59823afa6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-16 21:33:34 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!swiss.ans.net!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: comar@cs.nyu.edu (Cyrille Comar) Newsgroups: comp.lang.ada Subject: Re: mixing Ada with C++ Date: 16 Dec 1994 12:18:58 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3csi62$c1d@lang8.cs.nyu.edu> References: NNTP-Posting-Host: lang8.cs.nyu.edu Date: 1994-12-16T12:18:58-05:00 List-Id: jameslee@acsu.buffalo.edu (James Lee) writes: : Unfortunately all my fellow students are using C++ for speed, compactness, : and irreadability. :) Here is the problem: Is Ada 9x able to access : object putout by C++, without doing some massive programming? GNAT offers a low-level interface to C++. If you just want to access C++ objects this is very simple, if you want to inherit from C++ classes and dispatch across languages this is not VERY hard but you must know what you are doing... Take a look at the examples distributed with GNAT, there is a test program that works with G++. You can also find some preliminary documentation in pub/gnat/docs (ftp cs.nyu.edu) -- ------------------------------------------------------------------------ Cyrille Comar, E-mail: comar@cs.nyu.edu Gnat Project US phone: (212) 998-3489