Redian新闻
>
What is the difference between operator new and the new
avatar
What is the difference between operator new and the new# Programming - 葵花宝典
j*k
1
r.t.
另外在写法上有什么区别?到底哪个是operator new, 哪个是new operator
比如说int *i=new int [4];
这儿的new是哪个?
avatar
e*w
2

the new[] operator.

【在 j*****k 的大作中提到】
: r.t.
: 另外在写法上有什么区别?到底哪个是operator new, 哪个是new operator
: 比如说int *i=new int [4];
: 这儿的new是哪个?

avatar
c*x
3

it depends which version of C++ standard you are talking about, for the new
version, operator new or new[] can throw a bad_alloc exception if no enough
memory. The old version new just return 0.

【在 j*****k 的大作中提到】
: r.t.
: 另外在写法上有什么区别?到底哪个是operator new, 哪个是new operator
: 比如说int *i=new int [4];
: 这儿的new是哪个?

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。