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,c9bf32fe122304d9 X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: Example Programs Date: 1998/12/09 Message-ID: #1/1 X-Deja-AN: 420323157 Sender: matt@mheaney.ni.net References: <74j2m0$3ku@romeo.logica.co.uk> NNTP-Posting-Date: Tue, 08 Dec 1998 20:43:49 PDT Newsgroups: comp.lang.ada Date: 1998-12-09T00:00:00+00:00 List-Id: "Nobody" writes: > Hello, > I am currently working through Barnes, Programming in Ada, 4th edition . It > seems to contain lots of code 'fragments' and not many full, working and > commented programs that I can type in and modify. I find this a helpful way > of learning languages. > > Does anyone know if there are any examples available on the web ( linked > list examples, 'mini databases' illustrating file I/O, small text based > adventure games etc). I have looked at the lovelace tutorial and the > programs there are too trivial for my purposes (Hello world etc). I have > been able to find little else. > > -- > Regards > > Matthew Tyler > > tylerm@logica.com > > The opinions expressed here are my own and not necessarily those of > Logica. The new version of his book Programming in Ada95, 2nd ed (just came out a few weeks ago) does indeed come with full examples. Is that book published by Addison-Wesley? Check the publisher's web-site to see if the examples are posted there. In the mean time, I've posted lots of Ada code at the Ada patterns list archives. I've been converting the examples in Design Patterns from C++ to Ada95. Perhaps you can find some examples there. Matt