Hello everyone,

so far i have got following,

one int to hold number of dimension dim
one array to hold the size of each dimension (like shp[10,20] for 2d or say shp[30,10,20] for 3d)


how would i traverse through array?

I would be really grateful if someone can help me figure out a good way to do this. I am really stumped.

Thanks,

Yorki