News

See pointers.<P><B>2D Arrays:</B> Useful for creating tables. In your case, you can easily loop through all the rows or columns by altering just one of the array indicies and leaving the other one ...
There's a syntax I found online about a year ago when working on a project in C for allocating multi-dimensional arrays dynamically using a pointer to a multidimensional array.