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.

_______________________________________________
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to