comp.lang.ada
 help / color / mirror / Atom feed
From: "Frank J. Lhota" <NOSPAM.lhota@adarose.com>
Subject: Re: how to put Unsigned_64?
Date: Mon, 30 Jan 2006 17:22:33 GMT
Date: 2006-01-30T17:22:33+00:00	[thread overview]
Message-ID: <43DE4B2E.60305@adarose.com> (raw)
In-Reply-To: <drlh4j$uvh$02$1@news.t-online.com>

You can create a package of subprograms for reading and writing 
Unsigned_64 values by instantiating Ada.Text_Io.Modular_Io for the 
Interface.Unsigned_64 type, e.g.

	package Uns_64_Io is
	   new Ada.Text_Io.Modular_IO (Interface.Unsigned_64);

This package should meet your needs.

-- 
"All things extant in this world,
Gods of Heaven, gods of Earth,
Let everything be as it should be;
Thus shall it be!"
- Magical chant from "Magical Shopping Arcade Abenobashi"

"Drizzle, Drazzle, Drozzle, Drome,
Time for the this one to come home!"
- Mr. Lizard from "Tutor Turtle"



  reply	other threads:[~2006-01-30 17:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-30 17:07 how to put Unsigned_64? Norbert Caspari
2006-01-30 17:22 ` Frank J. Lhota [this message]
2006-01-30 18:18   ` Norbert Caspari
2006-01-30 17:24 ` Martin Dowie
2006-01-30 18:23   ` Norbert Caspari
2006-01-30 19:35 ` Keith Thompson
replies disabled

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