I am trying to use arrays, but it wont compile. I am a little rusty, but this is how I think I remember them being used.

declaration:
Code:
int test[4];
Error:
Code:
error C2040: 'test' : 'int [4]' differs in levels of indirection from 'int'