arrayi

  1. A

    C++ newbie: 2D array subscripting--problem passing array[i][j] AND array(i,j)...

    ...to function? Hi everyone: I would be very grateful for some advice on a problem I'm having with 2-D array subscripting. The problem is that some of my arrays are subscripted as array(i, j) (these were created in a class) and some are dynamic arrays subscripted as array[i][j]. I cannot...
Back
Top