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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-19 13:20:01 PST Path: supernews.google.com!newsfeed.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!howland.erols.net!news-out.nntp.airnews.net.MISMATCH!cabal10.airnews.net!news.airnews.net!cabal1.airnews.net!news-f.iadfw.net!usenet From: Jason King Newsgroups: comp.lang.ada Subject: Standard Packages Date: Thu, 19 Apr 2001 15:18:37 -0500 Organization: Airnews.net! at Internet America Message-ID: X-Orig-Message-ID: <3ADF481D.5B9AE2E3@airmail.net> Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: library2.airnews.net NNTP-Posting-Time: Thu Apr 19 15:16:33 2001 NNTP-Posting-Host: !Z\ft1k-Vrl)sb683\7J8'_/8 (Encoded at Airnews!) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en Xref: supernews.google.com comp.lang.ada:7015 Date: 2001-04-19T15:18:37-05:00 List-Id: I'm new to ada but am familiar with a lot of other languages ( c/c++,pascal, oracle pl/sql etc.) variables, control structures and user written packages are all pretty clear to me. The only issue I have is that I don't have a good reference for the standard packages in the ada hierarchy. Maybe I'm dense, but the arm seems kind of obtuse to me. There are lots of references to the c standard library on the web, is there someplace I can find that same info for ada? 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. Thanks for any pointers given.