Question with Arrays


Just wandering guys how do u produce a map using Arrays... like a game play map such as Connect 4.

If u need more information on what type of map... PM plz
Last edited on
You could create a 2 dimensional array. The language supports that directly.

For example:
double a[3][5];
Topic archived. No new replies allowed.