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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1b0b51a62a52252f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-20 11:32:01 PST Path: supernews.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!grolier!club-internet!not-for-mail From: Laurent Guerby Newsgroups: comp.lang.ada Subject: Re: Standard Packages Date: 20 Apr 2001 20:34:48 +0200 Organization: Club-Internet (France) Message-ID: <864rvjwhbr.fsf@acm.org> References: NNTP-Posting-Host: nas15-64.vlt.club-internet.fr X-Trace: front5m.grolier.fr 987791463 27552 195.36.165.64 (20 Apr 2001 18:31:03 GMT) NNTP-Posting-Date: 20 Apr 2001 18:31:03 GMT X-Newsreader: Gnus v5.7/Emacs 20.5 Xref: supernews.google.com comp.lang.ada:7051 Date: 2001-04-20T18:31:03+00:00 List-Id: Jason King writes: > There are lots of references to the c standard library on the web, is > there someplace I can find that same info for ada? The reference manual describes completely all the standard packages, and this part of the standard is quite readable, it is on the web at: > My immediate problem is how to read/write binary files. > I've found text_io but that doesn't look like quite what I want. May be Ada.Streams.Stream_IO will better suit your needs. -- Laurent Guerby