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: 109fba,df854b5838c3e14 X-Google-Attributes: gid109fba,public X-Google-Thread: 1014db,df854b5838c3e14 X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,df854b5838c3e14 X-Google-Attributes: gid103376,public From: rav@goanna.cs.rmit.EDU.AU (++ robin) Subject: Re: C/C++ knocks the crap out of Ada Date: 1996/02/18 Message-ID: <4g5sas$787@goanna.cs.rmit.EDU.AU>#1/1 X-Deja-AN: 139779805 references: <00001a73+00002504@msn.com> <4etcmm$lpd@nova.dimensional.com> <3114d8fb.5a455349@zesi.ruhr.de> <4f5h5t$f13@vixen.cso.uiuc.edu> <4g1bgf$l5@mailhub.scitec.com.au> <312515DF.7D3B@cmlj.demon.co.uk> organization: Comp Sci, RMIT, Melbourne, Australia newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++ Date: 1996-02-18T00:00:00+00:00 List-Id: Chris Littlejohns writes: >The only area of Ada that I've observed people having real difficulty >with is Tasking. ---It's other things besides -- like, how to find a square root, how to do simple I/O. __________________________________________________________________________ >From comp.lang.ada Sun Feb 18 11:30:51 1996 From: kst1ju@herts.ac.uk (Ryan) Subject: Please help a beginner! (second try) Could somebody please help me with what I am sure is a simple problem. I need to do some basic text and integer IO. Apparently I need the TEXT_IO library for this - it is on my system, and I believe I am using it in the following code. However, when I compile the program, the errors mentioned in the comments are given out : [snip]