pointer types造句
例句与造句
- Or via a pointer type
类型)或通过指针( - Any other pointer type
所有其他指针类型 - Rem . 58 the integer constant 0 may be cast implicitly to any pointer type
整形常量0可以隐式地转化为任何一种类型的指针。 - Generic pointer type , equivalent to ( void * ) . should be used instead of lpstr
你应该把s强转成你传进来时的那种类型的指针 - Any pointer type
任何指针类型。 - It's difficult to find pointer types in a sentence. 用pointer types造句挺难的
- Reference types can be self - describing types , pointer types , or interface types
引用类型可以是自描述类型、指针类型或接口类型。 - Any pointer type
任何指针类型 - Warning c6521 : invalid size specification : operator can only be applied to pointer types
警告c6521 :大小规格无效: *运算符只能用于指针类型 - Warning c6526 - invalid size specification : expression must be of array or pointer type
警告c6526 :大小规格无效:表达式必须为数组类型或指针类型 - Shows how to create multi - dimension arrays of reference , value , and native pointer types
说明如何创建引用类型、值类型和本机指针类型的多维数组。 - Warning c6515 - invalid annotation : name property may only be used on values of pointer type
警告c6515 :无效的批注: < name >属性只能用于指针类型的值 - Shows how to create single - dimension arrays of reference , value , and native pointer types
说明如何创建引用类型、值类型和本机指针类型的一维数组。 - Structures that contain members that change size depending on the platform , such as any pointer type
结构包含根据平台更改大小的成员,如任意指针类型。 - Structs that contain members that change size depending on the platform , such as any pointer type
结构中包含大小随平台而改变的成员,例如任何指针类型。 - The gc does not keep track of whether an object is being pointed to by any pointer types
,因为垃圾回收器不知道关于指针的任何信息,但知道关于引用的信息。