> I have written an article declaring and using multi-dimensional
> pointers in C++. The article tries to address many of the issues
> related to multi-dimensional pointers.
For what it's worth, since the multidimensional array support in C++ is very
similar to that of C, there are some sections of the comp.lang.c FAQ that
address the same topic:
http://www.eskimo.com/~scs/C-faq/q6.16.html
http://www.eskimo.com/~scs/C-faq/q6.20.html
http://www.eskimo.com/~scs/C-faq/q6.18.html
Also, as a matter of style, I would avoid using the word "chapter" for such
small sections of text (just take out the "Chapter X:" and leave the
headings as section headings) and I would definitely replace your example
images with HTML text, so that they load more quickly, can be adjusted in
size, and can be copied. The easiest way to do this is to copy the code from
Visual Studio, paste it in Microsoft Word, Save as Web Page, and then copy
the HTML from this file to yours. I hope this helps.

Signature
Derrick Coetzee, MCP, MSFT (Speech Server)
This posting is provided "AS IS" with no warranties, and confers no
rights.