comp.lang.ada
 help / color / mirror / Atom feed
From: "Matthew Heaney" <mheaney@on2.com>
Subject: Re: pointers in Ada
Date: Wed, 14 Nov 2001 13:46:29 -0500
Date: 2001-11-14T13:46:29-05:00	[thread overview]
Message-ID: <tv5epkq3l1tca9@corp.supernews.com> (raw)
In-Reply-To: mailman.1005761912.32128.comp.lang.ada@ada.eu.org


"lalasa ala" <lalasa_1999@onebox.com> wrote in message
news:mailman.1005761912.32128.comp.lang.ada@ada.eu.org...
>  1)   How are pointers represented in Ada (Ex: if T is a pointer of some
> kind R , how is it represented in Ada).

type T is access all R;

>  2)  How are exceptions handled in Ada.

With an exception handler:

begin
   <do something>;
exception
   when Constraint_Error =>
      <do something>
end;






  reply	other threads:[~2001-11-14 18:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-14 18:16 pointers in Ada lalasa ala
2001-11-14 18:46 ` Matthew Heaney [this message]
2001-11-14 19:04 ` Preben Randhol
2001-11-14 20:10   ` Stephen Leake
2001-11-15  7:32     ` Preben Randhol
2001-11-15 14:00       ` David Botton
  -- strict thread matches above, loose matches on Subject: below --
2005-03-04 12:25 Pointers " Sebastian
2005-03-04 13:03 ` Adrien Plisson
2005-03-04 18:26 ` Jeffrey Carter
2005-03-05 15:47   ` Sebastian
replies disabled

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