RenatoL wrote:

> Error: new can only create structs,
> dynamic arrays or class objects, not int[][]'s

There is an error in the error message:
  new can only create _static_ arrays.

-manfred

Reply via email to