Quote:
|
Originally Posted by Aalfabob
I made some code that involves a multi dimension array, and the compiler is coming up with a syntax error.
ATan [32,32];
Are there anyways to fix this so that I can use the array?
|
This is incorrect C syntax. You want to write that as follows.
More info about arrays can be found by looking
here.