Is there any difference between delete x and delete(x)?

前端 未结 3 1440
栀梦
栀梦 2021-01-12 09:01

In C++ is there any difference between the following commands:

delete x;
delete(x);
3条回答
提交回复
热议问题