因此,需要注意将整数值转换为指针类型的应用程序。
Therefore, applications casting integer values to pointer types might need attention.
还需要另一个ssl类型的指针来保持SSL连接结构(这是短时间就能完成的一些连接所必需的)。
Another pointer of type SSL is also needed to hold the SSL connection structure (this is required for something that will be done shortly).
要在程序中使用一个变量来容纳这种链表,您需要做的只是使用一个指向类型struct ll_int _ node的指针。
To have a variable hold this kind of list in a program, all you need is to have a pointer that points to type struct ll_int_node.
当具有基类的引用或指针,但需要执行不是基类组成部分的派生类操作的时候,需要动态的强制类型转换。
Dynamic casts are needed when we have a reference or pointer to a base class but need to perform operations from the derived class that are not part of the base class.
在指针式仪表自动判读系统中,首先需要对要判读的表盘图象与模板之间进行匹配,以确定所要判读的仪表类型与量程。
In automatic reading system of index-instrument, image of dial plate needed be read must match template in order to decide type and range of instrument needed be read.
其他数据类型(如函数指针、数组和结构)需要一些附加特性以确保进行正确的数据封送处理。
Other data types, such as function Pointers, arrays, and structures, require additional attributes to ensure proper data marshaling.
你可以简单地返回一个标准C++对象的指针(如果你不需要访问函数),任何函数查询表的其它类型指针,或你需要的任何类型的指针。
You could simply return a pointer to a standard C++ object (if you don't need to access functions), any other type of function lookup table, or whatever you wanted.
你可以简单地返回一个标准C++对象的指针(如果你不需要访问函数),任何函数查询表的其它类型指针,或你需要的任何类型的指针。
You could simply return a pointer to a standard C++ object (if you don't need to access functions), any other type of function lookup table, or whatever you wanted.
应用推荐