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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a160a03a229a5521 X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: Graphic and C/C++ programs in Ada? Date: 1999/06/17 Message-ID: <7kbogh$1kcu$1@news.gate.net>#1/1 X-Deja-AN: 490821389 References: <7k9t72$8k2$1@nnrp1.deja.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 929654097 53662 199.227.148.82 (17 Jun 1999 21:14:57 GMT) Organization: CyberGate, Inc. NNTP-Posting-Date: 17 Jun 1999 21:14:57 GMT Newsgroups: comp.lang.ada Date: 1999-06-17T21:14:57+00:00 List-Id: mehrdad1@my-deja.com wrote in message <7k9t72$8k2$1@nnrp1.deja.com>... >Dear friends, >I am a beginner to Ada.So I have a lot of questions about Ada. >These are some of them: >1-What is the equivalent instruction in Ada for "gotoxy" in >c/c++? Gotxy is not part of c/c++ or Ada, but you can find packages that support screen handling at: http://www.adapower.com/reuse >2-Is it possible to write graphical programs with Ada? Yes, take a look at examples at: http://www.adapower.com/os This covers, Java, GTK, and Win32 Also see http://members.xoom.com/gdemont/e3d.htm for Gautier's Engine_3D package >3-Is it possible to use already written C/C++ programs in a >new Ada program?(Then can we use from synchronizing ability of >Ada programming?) Yes and even COM and CORBA objects. >Thank you very much for your valuable time and assistance. >With kind regards. >Sincerely yours, >Mehrdad Derakhshan. > > >Sent via Deja.com http://www.deja.com/ >Share what you know. Learn what you don't.