> ar[][] won't fly. You can only omit the array dimension on the innermost > (left) brackets: double ar[][3], where ar is an array of arrays of 3 > doubles. You can remember this by recalling that in C all arrays are of > one dimension that can vary, but the elements of any given array must be > of a defined size. Actually, it worked fine for me.
- Re: [vox-tech] gcc inconsistency question Micah Cowan
- Re: [vox-tech] gcc inconsistency question jdnewmil
- Re: [vox-tech] gcc inconsistency question Micah Cowan
- Re: [vox-tech] gcc inconsistency question William Kendrick
