pointer arithmetic
常见例句
- Pointer arithmetic is not allowed on a managed array.
在托管数组中不允许使用指针算法。 - Any pointer arithmetic should be performed using variables of type long regardless if in 32-bit or 64-bit mode.
无论是处于 32 位模式下还是处于 64 位模式下,都应当使用长型变量执行所有指针算法。 - You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time. (Bertrand Meyer)
你可以拥有高质量的软件,也可以拥有指针运算,但两者不可兼得。 返回 pointer arithmetic