Re: Declaring many objects
From: Aggro (spammerdream_at_yahoo.com)
Date: 02/18/04
- Next message: Francis Glassborow: "Re: place comments in C++ .h or .cc files?"
- Previous message: Dark Alchemist: "Re: STL vector help needed."
- In reply to: nog: "Declaring many objects"
- Next in thread: nog: "Re: Declaring many objects"
- Reply: nog: "Re: Declaring many objects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 18 Feb 2004 16:53:11 GMT
nog wrote:
> What's the best approach to creating many objects?
> I have in mind using something analogous to a table to hold
> the data - which is in a form similar to (char name, char
> address, date joinDate) - and being able to declare each
> row, one after another by looping.
> With about 30 instances to create, I feel there must be a
> better way than making an individual declaration for each
> one.
C or C++?
- Next message: Francis Glassborow: "Re: place comments in C++ .h or .cc files?"
- Previous message: Dark Alchemist: "Re: STL vector help needed."
- In reply to: nog: "Declaring many objects"
- Next in thread: nog: "Re: Declaring many objects"
- Reply: nog: "Re: Declaring many objects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|