In C++ is there any difference between the following commands:
delete x; delete(x);
No, there's absolutely no difference.