Item 16: Use the same form in corresponding uses of new and delete.(Effective C+
时间:2011-03-23 来源:Ray Z
If you use [] in a new expression, you must use [] in the corresponding delete expression. If you don't use [] in a new expression, you mustn't use [] in the corresponding delete expression.
相关阅读 更多 +