sizeof error
#4

Quote:
Originally Posted by Wicko
Посмотреть сообщение
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.
So i have to add another value to the array?
Reply


Messages In This Thread
sizeof error - by Vetle - 12.08.2010, 13:15
Re: sizeof error - by almighty - 12.08.2010, 13:24
Re: sizeof error - by Misiek - 12.08.2010, 13:29
Re: sizeof error - by Vetle - 12.08.2010, 13:55

Forum Jump:


Users browsing this thread: 1 Guest(s)