[Vala] Fixed size multidimensional array
- From: Ivan Trombley <itrombley dot-borg org>
- To: vala-list gnome org
- Subject: [Vala] Fixed size multidimensional array
- Date: Tue, 20 Jun 2017 10:50:14 -0700
Can anyone tell me how I can declare a fixed size multidimensional
array? Trying this just gives me an error:
float matrix[3, 3];
error: syntax error, expected `]'
float matrix[3, 3];
^
This is using valac 0.34.8 BTW.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]