gpt4 book ai didi

c++ - C C++ & 和 * 之间的区别

转载 作者:行者123 更新时间:2023-11-28 07:47:50 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
What are the differences between pointer variable and reference variable in C++?
Pointer vs. Reference

我最近开始“重新学习”c++,遇到了一个我一直有的简单问题。

Int *intp = new int(10);
Int& intref = *intp;

intref 打印为 10*intp 也是这样做的。

同时打印 &intref 和 intp 相等。

长话短说。 &* 之间的区别仅仅是您访问值和地址的方式吗?或者在用法上有很大的不同吗?

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