Example: c++ delete dynamically allocated array int length = 69; int * numbers = new int[length]; delete[] numbers;
確定! 回上一頁