Number three, pointer assignment, takes one pointer and changes it to point to the same pointee as another pointer so after the assignment the two pointers will point to the same pointee.
第三条,指针赋值,使一个指针,指向另外一个指针所指向的数据,赋值过后,两个指针会指向,同样的数据。
And over the next couple of days, you'll see what we mean by this in detail.
就是抽象数据类型,你可以在网上看到这两个术语。
And so far when reviewing the developmental data we've talked about two of them: physics and people.
到目前为止,当我们回顾发展的数据时,我们讨论了其中的两个主题,物理学和人类
Now, dereferencing works on y and because the pointers are sharing 13 that one pointee, they both see the 13.
现在,解引用在y上起作用了,因为指针共享,同一个指针数据,它们两个都看到了。
应用推荐