Unofficial wish list status.

Bill Baxter dnewsgroup at billbaxter.com
Mon Jan 1 03:16:44 PST 2007


janderson wrote:

>> - Multi-dimensional Allocation
>> http://all-technology.com/eigenpolls/dwishlist/index.php?it=109
> 
How does this differ from

int[][][] bar;
...
bar = new int[][][](5,20,30);

(http://www.digitalmars.com/d/expression.html#NewExpression)

--bb



More information about the Digitalmars-d mailing list