gpt4 book ai didi

c++ - 为什么 C++ 不允许重新绑定(bind)引用?

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:57:41 28 4
gpt4 key购买 nike

重新绑定(bind)引用有问题吗?我在谷歌上搜索了这个问题,但找不到这个问题的相关答案。是什么让 C++ 的设计者决定这样做?

最佳答案

Stroustrup 的 The Design & Evolution of C++回答大多数此类问题。在这种情况下,请参阅 §3.7 引用部分:

I had in the past been bitten by Algol68 references where r1=r2 can either assign through r1 to the object referred to or assign a new reference value to r1 (re-binding r1) depending on the type of r2. I wanted to avoid such problems in C++.
If you want to do more complicated pointer manipulation in C++, you can use pointers.

关于c++ - 为什么 C++ 不允许重新绑定(bind)引用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27037744/

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