comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <jeffrey.carter@boeing.com>
Subject: Re: Package instance???
Date: Wed, 13 Feb 2002 22:31:43 GMT
Date: 2002-02-13T22:31:43+00:00	[thread overview]
Message-ID: <3C6AE94F.3754325D@boeing.com> (raw)
In-Reply-To: OvBYEeMtBHA.1400@cpimsnntpa03

Yates wrote:
> 
> I am new to Ada. I'd like to know if it is possible to create multiple
> instances of a package. For example, if I have a package 'My_Package',  can
> I do something like:
> 
> p1 : My_Package := new My_Package
> p2 : My_Package := new My_Package
> .....
> 
> I tried this and didn't work. Is there other ways to do it?

You can if My_Package is a generic package. However ...

Packages are a basic concept in Ada, and this question shows such a
level of misunderstanding of packages that it seems unlikely any answer
will be meaningful to you until you gain a better grasp of the language.

You might want to look at www.adapower.com, where you'll find language
tutorials and lots of examples. If you still have a question after
working through a tutorial and reviewing some examples, then we will
probably be able to help you.

-- 
Jeffrey Carter



  parent reply	other threads:[~2002-02-13 22:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-13 19:48 Package instance??? Yates
2002-02-13 22:25 ` Zach Swanson
2002-02-13 22:31 ` Jeffrey Carter [this message]
2002-02-14  2:28   ` Zach Swanson
2002-02-14 14:32     ` Marin David Condic
2002-02-14  2:04 ` Bobby D. Bryant
2002-02-14  2:54 ` Steve Doiel
2002-02-14 14:41   ` Marin David Condic
2002-02-15  2:13     ` Steve Doiel
2002-02-14 12:48 ` Marc A. Criley
2002-02-14 15:09 ` Yates
2002-02-14 18:12 ` Matthew Heaney
replies disabled

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