红移中的宇宙 2022-06-13 14:02 采纳率: 100%
浏览 31
已结题

指针值的四个状态是什么意思?

拿《C++ primer》自学C++,书上说指针的值有四种可能状态。其中一个说“指向紧邻对象所占空间的下一个位置”,这是什么意思?
最后一种是“无效指针”,什么时候才会出现无效指针?请大家赐教。

  • 写回答

2条回答 默认 最新

  • 假装不困 2022-06-13 14:33
    关注

    无效指针一般是释放对应的对象,但是你没把指针指向 nullptr,图中的 tmp 已经被释放了,tmp 本身还是有值,指向的内容被释放了

    img

    指向紧邻对象所占空间的下一个位置:你继续往后看,看到容器的相关的章节,end 指向的位置就是紧邻对象的下一个位置

    Return iterator to end
    Returns an iterator referring to the past-the-end element in the map container.
    The past-the-end element is the theoretical element that would follow the last element in the map container. It does not point to any element, and thus shall not be dereferenced.
    Because the ranges used by functions of the standard library do not include the element pointed by their closing iterator, this function is often used in combination with map::begin to specify a range including all the elements in the container.
    If the container is empty, this function returns the same as map::begin.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论 编辑记录
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 6月23日
  • 已采纳回答 6月15日
  • 创建了问题 6月13日

悬赏问题

  • ¥15 ansys fluent计算闪退
  • ¥15 有关wireshark抓包的问题
  • ¥15 需要写计算过程,不要写代码,求解答,数据都在图上
  • ¥15 向数据表用newid方式插入GUID问题
  • ¥15 multisim电路设计
  • ¥20 用keil,写代码解决两个问题,用库函数
  • ¥50 ID中开关量采样信号通道、以及程序流程的设计
  • ¥15 U-Mamba/nnunetv2固定随机数种子
  • ¥15 vba使用jmail发送邮件正文里面怎么加图片
  • ¥15 vb6.0如何向数据库中添加自动生成的字段数据。