comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <stephen_leake@acm.org>
To: jayson.prichard@ngc.com
Cc: comp.lang.ada@ada-france.org
Subject: Re: Prepend unsigned integer 32 number
Date: Tue, 12 Apr 2005 21:02:19 -0400
Date: 2005-04-12T21:02:19-04:00	[thread overview]
Message-ID: <mailman.17.1113354158.24457.comp.lang.ada@ada-france.org> (raw)
In-Reply-To: <1113225780.839999.151850@o13g2000cwo.googlegroups.com> (jayson prichard's message of "11 Apr 2005 06:23:00 -0700")

jayson.prichard@ngc.com writes:

> I am looking for a quick, clean method to pre-prend an unsigned integer
> 32 number with another number; then reverse it.  The resulting number
> will be stored, not printed to the screen.
>
> For example:
> Original number  =  2200
> Prepended number = 12200

Prepended_Number := Original_Number + 10_000;

>
>
> Any ideas?
>
> _______________________________________________
> comp.lang.ada mailing list
> comp.lang.ada@ada-france.org
> http://www.ada-france.org/mailman/listinfo/comp.lang.ada
>
>

-- 
-- Stephe




      parent reply	other threads:[~2005-04-13  1:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-11 13:23 Prepend unsigned integer 32 number jayson.prichard
2005-04-12  2:03 ` Steve
2005-04-13  1:02 ` Stephen Leake [this message]
replies disabled

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