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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4e594ad50ec74efc,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-13 19:30:11 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: devine@linuxmail.org (devine) Newsgroups: comp.lang.ada Subject: files and character arrays.. Date: 13 May 2002 19:30:10 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 142.232.103.252 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1021343411 30253 127.0.0.1 (14 May 2002 02:30:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 14 May 2002 02:30:11 GMT Xref: archiver1.google.com comp.lang.ada:23990 Date: 2002-05-14T02:30:11+00:00 List-Id: Hi. I was wandering if anyone had an example of a program that reads in characters into an array from a file? I have seen many programs that read integers but I have not found a program that reads characters into an array. Thanks for the help.