I was pleased to see that Xerces developer Tinny ng added this to the XMLString class and went a step further to null the string pointer (see Resources).
我高兴地看到Xerces开发者Tinnyng将它添加到了xmlstring类中,并更进一步设字符串指针为null(见参考资料)。
When a long string variable is assigned a string constant, the string pointer is assigned the address of the memory block generated for the string constant.
当一个串变量被赋予一个串常量时,串指针被赋予串常量内存块的地址。
The structure in Listing 4 is used by the mimeokay function for one purpose: to set the global string pointer fstr to the appropriate MIME type string matching the file's extension: fext.
清单4中所示的结构由mimeokay函数使用,用来实现以下用途:将全局字符串指针fstr 设置为与文件扩展名 fext 相匹配的合适的MIME类型。
The program has one performance flaw-i retrieve the string entry in the associated string table by value rather than pointer.
该程序有一个性能缺陷—我是按值而不是按指针在关联的字符串表中检索字符串条目的。
The second occurrence of a string is replaced by a pointer (in the form of a pair — distance and length) to the previous string.
二次出现的字符串由一个指向前一字符串的指针(以对的形式——距离和长度)代替。
In that case, the contents of pointer gonzo - a 4-byte memory address - live in the data segment. The actual string it points to does not, however.
在这个示例中,指针在数据段中占用了4个字节,但是指针所指向的字符串则不在数据段中。
The main SPE program will receive an effective address pointer to a struct containing the size and pointer of a string in main memory.
主s PE程序将接收到包含字符串大小和指针的struct的有效地址指针。
This code is included in the code which handles the click event for the Invoke Service button and its purpose is to avoid a null pointer exception when the web service is invoked with an empty string.
它的目的是避免使用空子符串调用Web服务而出现空指针异常。
We now know that this represents a function pointer type that can refer to any method taking a single int argument and returning a string.
我们现在知道了这是一个函数指针类型,它可以引用任何有一个int类型参数并且返回一个string类型的方法。
There's no guarantee that you will actually get a direct pointer to the array or string even when using the Critical versions.
即便使用Critical版本,也无法保证您能获得对数组或字符串的直接引用。
You can think of the format string as a pointer into the SDO repository.
可以将格式字符串看作指向SDO资源库的指针。
If this parameter is NULL, OpenSSL writes the string to a static buffer that is 256 bytes in length, and returns a pointer to that buffer.
如果参数为NULL,则openssl会将字符串写入到一个长度为256字节的静态缓冲区中,并返回指向该缓冲区的指针。
Dlerror returns either NULL or a pointer to an ASCII string describing the most recent error.
dlerror返回NULL或者一个指向描述最近错误的ASCII字符串的指针。
A pointer to a string that contains the root directory of the volume to be described.
指向包含要描述的卷的根目录的字符串的指针。
If the pointer is valid the length of the string is found at the 4 bytes preceding the start of the string.
如果指针是合法的,在这个字符串起始的前面4个字节中有这个字符串的长度。
You can initialize a pointer by using an array, a string, a fixed-size buffer, or the address of a variable.
可通过使用数组、字符串、大小固定的缓冲区或变量地址初始化指针。
You can initialize a pointer by using an array, a string, a fixed-size buffer, or the address of a variable.
可通过使用数组、字符串、大小固定的缓冲区或变量地址初始化指针。
应用推荐