Re: Declaring many objects
From: nog (sodthis.nospam_at_gmx.net)
Date: 02/17/04
- Next message: Francis Glassborow: "Re: Declaring many objects"
- Previous message: jeffc: "Re: Declaring many objects"
- In reply to: jeffc: "Re: Declaring many objects"
- Next in thread: Francis Glassborow: "Re: Declaring many objects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 17 Feb 2004 17:58:59 -0000
In article <40325773_3@news1.prserv.net>,
nobody@nowhere.com says...
>
> "nog" <sodthis.nospam@gmx.net> wrote in message
> news:MPG.1a9c50dbe875db06989b5e@News.individual.DE...
> >- my understanding
> > with arrays is that they are confined to a single data
> > type. I've got differing data types, with each row (char,
> > char, date) where date is 3 integers held in a
> > compositioned date class.
>
> Your array will just have one data type - it will be a new data type that
> happens to be one you invented. This data type will contain other data
> types, but to the array it will look like just one data type - whatever your
> new struct is.
Right, it's becoming clear. Thanks Jeff.
- Next message: Francis Glassborow: "Re: Declaring many objects"
- Previous message: jeffc: "Re: Declaring many objects"
- In reply to: jeffc: "Re: Declaring many objects"
- Next in thread: Francis Glassborow: "Re: Declaring many objects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|