[comp.os.msdos.programmer] QuickC bug with 2D array *SOLVED*

bmyers@garnet.berkeley.edu (Brian Myers) (02/20/91)

My thanks to all of you who quickly spotted my error in the short
program I posted.  Yes indeed, I had simply forgotten that when
you declare an array to have say 'X' number of elements, they
start at 0 and end at X-1.  I had mistakenly mis-remembered that
they started at 0 and end at X.

Thanks again.

Brian

---------------------------------------------------------------------------
Brian Myers					 bmyers@garnet.berkeley.edu