and *Obj? a[] = new Obj?[26]* causes errors too. Vala forces me to
write*Obj? a[] = new Obj[26];
*

2009/1/10 Кутейников Дмитрий <[email protected]>

> How to create array of pointers? When I write *... = new void*[26];* Vala
> compiler (latest version) shows strange errors.
> Furthermore it cannot work with arrays of arrays (expressions like 
> *int8[][][][]
> d; d = new int8[26][][][];* can't be compiled)
>
_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list
  • [Vala] Array of pointers Кутейников Дмитрий
    • Re: [Vala] Array of pointers Кутейников Дмитрий

Reply via email to