delete Operator (C++)

delete Operator (C++)

瀏覽:1236
日期:2026-04-22
The cast-expression argument must be a pointer to a block of memory previously allocated for an object created with the new operator. The delete operator has a result of type void and therefore does not return a value. For example:...看更多