Posted By: dracula
vector array ?? - 07/06/08 08:29
Hi
Some A6.22 code initializes an array with:
var move_vec[3] = 0,0,0;
Later we have:
if(move_vec[0] == 0 && move_vec[1] ==0)
etc, etc
I get syntax errors with Lite C. Can anyone tell me what the problem is please.
Thank you
Some A6.22 code initializes an array with:
var move_vec[3] = 0,0,0;
Later we have:
if(move_vec[0] == 0 && move_vec[1] ==0)
etc, etc
I get syntax errors with Lite C. Can anyone tell me what the problem is please.
Thank you