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.6 required=5.0 tests=BAYES_40,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2e11aa5522d5cc28,start X-Google-Attributes: gid103376,public From: Arantza Diaz de Ilarraza Subject: Mixing Ada and C++. Is a good idea? Date: 1997/11/04 Message-ID: <345F7489.A10@si.ehu.es>#1/1 X-Deja-AN: 287027413 Organization: Universidad del Pais Vasco/Euskal Herriko Unibertsitatea Newsgroups: comp.lang.ada Date: 1997-11-04T00:00:00+00:00 List-Id: Hello First: Sorry because my english is very poor!! I am learning so be patient please ;). Second: the problem. I wish make a program mixing C++ libraries and Ada packages. The mixture will be total: the C++ side will call some Ada functions and the Ada side will call some C++ methods.Is a good idea? Can I share data structures between then two sides? Another factor is that I am using object-oriented programation in two sides. I must import and export all methods or can I export all then class from one side to another?. Thank for the response. Aitor Maritxalar University of the Basque Country