Address of Multidimensional dynamic arrays?
From: Michael Lundqvist (vinterbacken3_at_telia.com)
Date: 11/20/04
- Next message: Tom de Neef: "Re: Address of Multidimensional dynamic arrays?"
- Previous message: Martin Harvey (Demon account): "Re: Exceptions, and try...finally"
- Next in thread: Tom de Neef: "Re: Address of Multidimensional dynamic arrays?"
- Reply: Tom de Neef: "Re: Address of Multidimensional dynamic arrays?"
- Reply: Rudy Velthuis: "Re: Address of Multidimensional dynamic arrays?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 20 Nov 2004 12:25:44 GMT
Hi,
MyArray : Array of glFloat;
@MyArray[0] gives me the address of the array, but how can I get the
address of "Multidimensional dynamic arrays" like...
MyArray : array of array of array of glFloat;
@MyArray[0] does not work.
@MyArray[0,0,0] does not work.
Static arrays work fine but not the dynamic ones.
//Michael
- Next message: Tom de Neef: "Re: Address of Multidimensional dynamic arrays?"
- Previous message: Martin Harvey (Demon account): "Re: Exceptions, and try...finally"
- Next in thread: Tom de Neef: "Re: Address of Multidimensional dynamic arrays?"
- Reply: Tom de Neef: "Re: Address of Multidimensional dynamic arrays?"
- Reply: Rudy Velthuis: "Re: Address of Multidimensional dynamic arrays?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|