gpt4 book ai didi

c++ - C++中关键字new的解释

转载 作者:塔克拉玛干 更新时间:2023-11-03 08:09:19 24 4
gpt4 key购买 nike

cppreference 的网站上, 我看到下面的句子:

This is a list of reserved keywords in C++. Since they are used by the language, these keywords are not available for re-definition or overloading.

在关键字中,有new。但我知道我们可以在 C++ 中重载 new。所以上面的引用是错误的,或者关键字 new 有其他内容?

最佳答案

你不能重载new。您可以重载 operator new,这是 new 在构造对象之前调用以分配内存的函数。

关于c++ - C++中关键字new的解释,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36893911/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com