pointer to constant的意思|示意

美 / / 英 / /

指向常量的指针


pointer to constant的网络常见释义

常量指针 常量指针(pointer to constant):指向常量的指针。const修饰指针类型,则为常量指针。

pointer to constant相关短语

1、 Pointer to Constant data 指向常量的指针

2、 A Pointer to a Constant 指向常数的指标

pointer to constant相关例句

A constant pointer to the object being stored.

被存储对象的常量指针。

Activate delay: the time in seconds to delay the pointer beam being able to be active again. Useful for preventing constant teleportation.

(激活间隔):能够再次激活指针光束的延迟时间秒数。用来防止持续传送。

Using CONSTANT is more risky because if you forget to use the extra level of indirection, you could potentially access the import address table's pointer to the variable - not the variable itself.

使用CONSTANT的风险更大,因为如果忘记使用额外级别的间接寻址,则访问的有可能是指向变量的导入地址表的指针,而不是变量本身。