Introduction - If you have any usage issues, please Google them yourself
An example of how to set up arrays in C++. In particular, we note that vectors are easy to declare with fixed or dynamic dimensions, but that arrays of dimension 2 or greater aren t easy to declare dynamically. The example shows how to work around this by settting up a two dimensional array as a one dimensional vector.