This tag is deprecated, use the correct tags instead: Questions related to multi[dimensional] [arrays] should use the tag [multidimensional-array], use [multidimensional] for the specific data structures, or [dimensional-modeling] for the mathematical analysis with data.
I need some help counting the rows and columns of a two dimensional array. It seems like I can't count …
c arrays dimensionalI have a 49 space one dimensional array declared as int boardArray [49]; and I also have a two dimensional 7x7 array …
c++ arrays int dimensional