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=0.0 required=5.0 tests=BAYES_40,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,21eb855b156afd08,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews2.google.com!not-for-mail From: eaker1236@yahoo.com (Stephen Z) Newsgroups: comp.lang.ada Subject: Ada Chat Program Date: 17 Sep 2004 10:13:18 -0700 Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 140.32.16.104 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1095441199 16150 127.0.0.1 (17 Sep 2004 17:13:19 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 17 Sep 2004 17:13:19 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:3809 Date: 2004-09-17T10:13:18-07:00 List-Id: I am trying to write a simple chat program with Ada. I am using the sockets package. I am trying to input a string and parse each character and send them each individually. If anyone can help me with this, I would greatly appreciate it.