12.08.2010, 13:29
The sizeof() operator cannot be used on certain cells in an array. Your two-dimensional array doesn't have it's sizes specified, and sizeof(VehicleCols[]) (that's the way to use it) doesn't have a way to return a constant size, as it varies across different rows.