Avoid subscripting arrays or hashes within loops.
避免在循环中使用下标数组或散列。
By subscripting this value, the function can access and alter any argument of the array.
在被调用函数中,可以通过数组下标访问或修改数组元素的值。
Any operation that can be achieved by array subscripting can also be done with Pointers.
通过数组下标所能完成的任何操作都可以通过指针来实现。
So-called "buffer overflow" errors are the result of subscripting elements that don't exist.
所谓的“缓冲区溢出”错误就是对不存在的元素进行下标操作的结果。
When we subscript an array, we are really subscripting a pointer to an element in that array.
在使用下标访问数组时,实际上是对指向数组元素的指针做下标操作。
When working with optional values, you can write? Before operations like methods, properties, and subscripting.
使用可选的值时,你可以写吗?手术前像方法,属性,和下标。
An aggregate that consists of data objects, with identical attributes, each of which may BE uniquely referenced by subscripting.
(程序设计语言中)由同一属性的多个数据对象组成的聚集,每一数据对象可唯一地通过下标来引用。
An aggregate that consists of data objects, with identical attributes, each of which may BE uniquely referenced by subscripting.
(程序设计语言中)由同一属性的多个数据对象组成的聚集,每一数据对象可唯一地通过下标来引用。
应用推荐