Hi
Please help me in operator[] overloading in multidimensional objects.
for eg: a[i][j]
how can I identify which is a row index & which is a column index in an operator overloading routine for an member function of an array type object
Printable View
Hi
Please help me in operator[] overloading in multidimensional objects.
for eg: a[i][j]
how can I identify which is a row index & which is a column index in an operator overloading routine for an member function of an array type object