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,4f2ff548f619cc58 X-Google-Attributes: gid103376,public From: "Kevin Rigotti" Subject: Re: End of File for streams Date: 2000/04/18 Message-ID: <8dg55l$us3$1@trog.dera.gov.uk>#1/1 X-Deja-AN: 612444547 References: <8df15j$e4b$1@trog.dera.gov.uk> <38FB5996.C7CCB816@maths.unine.ch> Organization: Defence Evaluation & Research Agency X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Newsgroups: comp.lang.ada Date: 2000-04-18T00:00:00+00:00 List-Id: OK, its nice to have some external confirmation occasionally. I don't get to see much code written by other people here ... In my own defence (but thanks Brian) 1) as an impressionable undergrad I was brought up on a diet of functional programming so using exceptions for control flow seems decadent :-) 2) I don't like using exceptions for non-exceptional behavior. Just a personal foible. I've changed my mind about the aesthetic objection. It doesn't look that bad actually. Thanks Kevin