U
Uday
hello friends,
i have defined a template two dimensional array. its working
fine. since the operator[] function gives me only the row index, i
couldn't catch the column index overflow. is there any way to find &
check it wothout using operator()(int row, int column) function?
Uday.
i have defined a template two dimensional array. its working
fine. since the operator[] function gives me only the row index, i
couldn't catch the column index overflow. is there any way to find &
check it wothout using operator()(int row, int column) function?
Uday.