delete Operator (C++)

delete Operator (C++)

瀏覽:874
日期:2025-11-14
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:...看更多