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,335e9f05eb0dcfa0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-21 07:09:36 PST Newsgroups: comp.lang.ada Path: nntp.gmd.de!urmel.informatik.rwth-aachen.de!newsserver.rrzn.uni-hannover.de!aix11.hrz.uni-oldenburg.de!nordwest.germany.eu.net!pophh!Germany.EU.net!howland.reston.ans.net!pipex!uunet!ois!beckwb From: beckwb@ois.com (R. William Beckwith) Subject: Re: SGI inheriting C++ classes ... Message-ID: Organization: Objective Interface Systems, Inc. X-Newsreader: TIN version 1.2 PL2 References: <2ECBCF25@SMTPGATE2.STRATCOM.AF.MIL> <3ak8gs$uh@gnat.cs.nyu.edu> Date: Mon, 21 Nov 1994 15:09:36 GMT Date: 1994-11-21T15:09:36+00:00 List-Id: Robert Dewar (dewar@cs.nyu.edu) wrote: : The demo at Tri-Ada involved the semi-automatic translation of some 40,000 : lines of C++ headers from the inventor toolset. The actual demo was a 200 : line main program, driving, via about 30,000 lines of generated CAda : bindings, an existing C++ code to implement the Puck game. Not to take anything away from a very cool demo, but ... A 200 line main program can't `drive' 30,000 lines of bindings since it can make no more that 200 calls to the binding. ... Bill