[Vala] Fixed size multidimensional array



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]