comp.lang.ada
 help / color / mirror / Atom feed
From: "Keith Allan Shillington" <keith@sd.aonix.com>
Subject: Re: Simple Ada-95 Question (regarding X11Ada bindings)
Date: 1997/01/27
Date: 1997-01-27T00:00:00+00:00	[thread overview]
Message-ID: <01bc0c86$6a301be0$fc00af88@godiva> (raw)
In-Reply-To: 32E34E8E.FDD@carmenta.se


Ralf Lundberg <rl@carmenta.se> wrote in article
<32E34E8E.FDD@carmenta.se>...
> QUESTION:
> How do I make something of type access A actually point to the
> first element in an array of A's?

type A is ....
type A_Array is array(1..10) of aliased A;
type Access_A is access all A;

My_Array : A_Array;

First_One : Access_A := My_Array(1)'Access;






  reply	other threads:[~1997-01-27  0:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-20  0:00 Simple Ada-95 Question (regarding X11Ada bindings) Ralf Lundberg
1997-01-27  0:00 ` Keith Allan Shillington [this message]
  -- strict thread matches above, loose matches on Subject: below --
1997-01-27  0:00 G. Vincent Castellano
replies disabled

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