字符指针 meaning in Chinese
character pointer
Examples
- Calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer
计算对从指定的字符指针开始的一组字符进行编码时产生的字节数。 - Stands for " argument vector " and is a pointer to pointer to char ; it contains all the command line arguments as an array of character strings
代表“参数向量” ,它是字符指针的指针;它以字符串数组的形式包含所有的命令行参数。 - When overridden in a derived class , calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer
在派生类中重写时,计算对一组字符(从指定的字符指针处开始)进行编码所产生的字节数。 - Decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer
将从指定的字节指针开始的一个字节序列解码为一组字符,并从指定的字符指针开始存储这组字符。 - Encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer
将从指定的字符指针开始的一组字符编码为一个字节序列,并从指定的字节指针开始存储该字节序列。