04.12.2009, 12:29
multi-dimensional arrays must be fully initialized
If an array with more than one dimension is initialized at its
declaration, then there must be equally many literal vectors/subarrays
at the right of the equal sign (“=”) as specified for the major
dimension(s) of the array.
byawn-lang
If an array with more than one dimension is initialized at its
declaration, then there must be equally many literal vectors/subarrays
at the right of the equal sign (“=”) as specified for the major
dimension(s) of the array.
byawn-lang