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,9c86eb13dd395066 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: CRC in Ada? Date: 1997/03/11 Message-ID: #1/1 X-Deja-AN: 224859516 References: <1997Mar2.220652@nova.wright.edu> <1997Mar6.091150.1@eisner> <332491B5.7E7E@netcom.com> <3325DF9D.6985@netcom.com> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-03-11T00:00:00+00:00 List-Id: Jim said <<> If you want something equivalent to the macroized get_char, that is > trivially easily programmed in C on top of stream_IO, perhaps it is > a good idea for a standard package Since that was the original point, this whole discussion has been much ado about nothing. >> Actually I mistyped here, what I meant to say was "easily programmed in Ada on top of [Ada] Stream_IO", and that is what would be a good idea for a standard package. One problem in using C I/O routines directly is that they are often not properly thread safe, whereas you can count on Stream_IO being thread safe, which is why it is safer to build on top of the existing Ada packages.