Pointer and Reference Expressions 指针与引用表达式
The next line, C3, takes the pointer in eax and stores it back into the instance reference at memory location 049388C8.
下一行代码,C3,获取 eax 中的指针并将其存储回内存位置为 049388C8 的实例引用。
The new function basically does nothing besides building the object reference to contain that, and you can see that the other functions have to unpack the void pointer before getting down to business.
new函数除了构建一个包括它的对象引用以外,基本上没什么作用。而且您可以看到,其它的函数在执行前必须先将那个空指针解开。
A reference is an application specific pointer to an object that usually lives in a larger context, such as a server or cluster, and is used by multiple parties.
引用是应用程序的特定指针,该指针指向通常存在于更大的上下文(如服务器或集群)中并且供多方使用的对象。
应用推荐