delete[] a; どうしてdelete[]←ここに値がないのに配列を廃棄できるのですか Aug 17, 2015 int *a =new int[10]; ここでは数字が必要ですが delete[] a; どうしてここでは数字が必要ないのですか