2D array of structures
From: michi (michi_at_fossilgroup.net)
Date: 11/28/04
- Next message: Jerry Coffin: "Re: What is the correct type for iterating through vector?"
- Previous message: Phil Staite: "Re: Saving a map"
- Next in thread: Victor Bazarov: "Re: 2D array of structures"
- Reply: Victor Bazarov: "Re: 2D array of structures"
- Reply: someone else: "Re: 2D array of structures"
- Reply: Gianni Mariani: "Re: 2D array of structures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 27 Nov 2004 23:09:00 GMT
Hello,
I need to initialize a 2 dimensional square arrays of structures. The size of array I get from the user. I can
do one-dimensional array, but I don't know how to specify the size of array when I want to do it 2D. I want
to do it using 'new' operator.
Thanks, michi.
- Next message: Jerry Coffin: "Re: What is the correct type for iterating through vector?"
- Previous message: Phil Staite: "Re: Saving a map"
- Next in thread: Victor Bazarov: "Re: 2D array of structures"
- Reply: Victor Bazarov: "Re: 2D array of structures"
- Reply: someone else: "Re: 2D array of structures"
- Reply: Gianni Mariani: "Re: 2D array of structures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|