comp.lang.ada
 help / color / mirror / Atom feed
From: mcm@cs.cmu.edu (Martin C. Martin)
Subject: Re: HELP:Declaration in ADA?!!
Date: 1996/04/09
Date: 1996-04-09T00:00:00+00:00	[thread overview]
Message-ID: <4ulok5fn1m.fsf@zippy.frc.ri.cmu.edu> (raw)
In-Reply-To: 4kc5ti$1ir@comet2.magicnet.net

> Tuyet-Tram DANG-NGOC <dangngoc@ens-info.uvsq.fr> wrote:
> 
> >Hi there,
> 
> >I have a stupid question to ask.
> >DOES SOMEONE KNOW HOW TO DECLARE LONG_INTEGER IN ADA?
> >All the books I've read here does not answer this metaphysical question, they
> >just take it as if everyone should know how to declare it. In a wonderful
> >book, I've seen how to declare LONG_REAL by typing:
> >   type LONG_REAL is DIGIT 14;
> >But how to do it for LONG_INTEGER?
> >Can someone answers me pleeeeaaaase, i've a big and horrible project to finish
> >for very soon.

Long_Integer may already be defined in your compiler; the ARM says
it's an optional type, but I think most compilers define it (at least,
if there are assembly instructions which would manipulate such an
integer directly).

If not, you can define it this way:

type Long_Integer is range -2_147_483_647 .. 2_147_483_647

Mind you, I think this will only work if there already is a 32 bit
integer type in your compiler, and if so it's probably already called
Long_Integer.

Martin.




  parent reply	other threads:[~1996-04-09  0:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-03-25  0:00 HELP:Declaration in ADA?!! Tuyet-Tram DANG-NGOC
1996-03-25  0:00 ` Robert Dewar
1996-03-25  0:00 ` Laurent Guerby
1996-03-28  0:00 ` Ken Devlin
1996-04-08  0:00 ` Ken Devlin
1996-04-09  0:00   ` Walter B. Hollman Sr.
1996-04-09  0:00   ` Martin C. Martin [this message]
1996-04-09  0:00     ` Keith Thompson
1996-04-18  0:00     ` Daryl Siddon
1996-04-22  0:00       ` John English
1996-04-24  0:00         ` Robert Dewar
  -- strict thread matches above, loose matches on Subject: below --
1996-03-25  0:00 tmoran
1996-03-28  0:00 Scott B. Crawford 0131-314-8253
replies disabled

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