Multidimensional Arrays in C++ Get link Facebook X Pinterest Email Other Apps August 20, 2011 Declaring and initializing multi-dimensional arrays in C++ can be done not just by way of traditional pointer arithmetic, but using the STL / Boost libraries as well. Here are some examples: Read more