« 处理TAP-AND-HOLD最近心里很乱,有些颓废 »

Delete Array

Compiler Warning (level 1) C4154

Error Message
deletion of an array expression; conversion to pointer supplied


You cannot use delete on an array, so the compiler converts the array to a pointer.

Example
Copy Code// C4154.cpp
// compile with: /W1

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。