[Vala] Array of pointers
- From: "Кутейников Дмитрий" <kuteynikov gmail com>
- To: vala-list gnome org
- Subject: [Vala] Array of pointers
- Date: Sat, 10 Jan 2009 01:35:51 +0300
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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]