[Solved] 2 dimensional array simple understanding


No,

buffersRing[ringNum]+1 // refers to a pointer to an array element

is not the same as

buffersRing[ringNum][1] // refers to the actual array element

The first one is the one you want.

0

solved 2 dimensional array simple understanding