comp.lang.ada
 help / color / mirror / Atom feed
From: dewar@cs.nyu.edu (Robert Dewar)
Subject: Re: Ada95 input output - simple question from novice
Date: 1996/03/24
Date: 1996-03-24T00:00:00+00:00	[thread overview]
Message-ID: <dewar.827726620@schonberg> (raw)
In-Reply-To: 4j6551$pem@baggins.cc.flinders.edu.au

Forget about trying to instantiate integer_io until you understand
generics better. Meanwhile (since you are clearly using an Ada 95
compiler, probably GNAT), use:

with Integer_Text_IO; use Integer_Text_IO;

now your original put will work fine, because Integer_Text_IO provides
a put for type Integer.





  reply	other threads:[~1996-03-24  0:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-03-25  0:00 Ada95 input output - simple question from novice Tiffany Rose Winn
1996-03-24  0:00 ` Robert Dewar [this message]
1996-03-25  0:00   ` Keith Thompson
1996-03-25  0:00 ` Tore Joergensen
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox