Q:
hi ;
how can i handle a 3D array as a 1D array.
ex: int c[10][15][20] i want to sort it? so how can i send it to a
function that sorts 1D array??
regards,ajee
A:
It all depends on what and how you want to sort.
regards,
Peter
[ back to toc ]