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: dale@cs.rmit.edu.au (Dale Stanbrough) Subject: Re: Graphic and C/C++ programs in Ada? Date: 1999/06/17 Message-ID: #1/1 X-Deja-AN: 490552172 References: <7k9t72$8k2$1@nnrp1.deja.com> X-Complaints-To: abuse@cs.rmit.edu.au X-Trace: emu.cs.rmit.edu.au 929598056 4762 144.205.16.58 (17 Jun 1999 05:40:56 GMT) Organization: RMIT NNTP-Posting-Date: 17 Jun 1999 05:40:56 GMT Newsgroups: comp.lang.ada Date: 1999-06-17T05:40:56+00:00 List-Id: mehrdad1 wrote: " 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++?" gotoxy, no doubt! Actually you are talking about function call. There is -no- gotoxy in C/C++ (please try and understand the difference b/w a language and a specific implementation). " 2-Is it possible to write graphical programs with Ada?" yes " 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?)" C -easily, C++ a bit harder. Dale