Re: [Vala] Fixed size multidimensional array



 
 

 int[,] matrix = new int[3,3];
 

 
 

 
 
 
On Jun 20, 2017 at 1:50 PM,  <Ivan Trombley (mailto:itrombley dot-borg org)>  wrote:
 
 
 
 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 

 
 
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]