Cloud
2007-03-22 09:57:11 UTC
########### CODE ###########
int **array;
array = new int * [rowsize] [columnsize];
................................
delete [ ][ ] array;
########### CODE ###########
2/ How can I get the rowsize and columnsize of a specified 2d array?