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,208279d79d40e7d8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-27 16:06:49 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Ada Advocacy. Date: Thu, 28 Aug 2003 00:06:48 +0100 Message-ID: References: <7aR2b.4121$Xw6.1358@nwrdny03.gnilink.net> NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1062025608 6287 62.49.62.197 (27 Aug 2003 23:06:48 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Wed, 27 Aug 2003 23:06:48 +0000 (UTC) User-Agent: Pan/0.13.4 (She had eyes like strange sins.) Xref: archiver1.google.com comp.lang.ada:41907 Date: 2003-08-28T00:06:48+01:00 List-Id: On Wed, 27 Aug 2003 12:15:34 -0400, Warren W. Gay VE3WWG wrote: > What is so difficult about: > > Put_Line("Hello World"); > > or even > > Ada.Text_IO.Put_Line("Hello World"); > > Even before you can do printf/cout, you have to #include some > header files. I fail to see the difficulty here >:-/ Ok, fair enough, but why would so many courses create their own child packages for I/O? Does it not support printing of different types as standard? Luke.