If the 2D array is in free store, then it must be deleted with the delete[] operator to free memory in the scope in which it is declared. If the 2D array in ...
確定! 回上一頁