pure virtual function
基本解释
- 纯虚拟函式
英汉例句
- The code generated for the pure virtual function is shown in Listing 1.
为纯虚函数所生成的代码如列表 1 中所示。 - For example, to create a pure virtual function such as virtual int purevirtualop(int x)=0, perform these steps
举例来说,创建一个纯虚函数:virtual int purevirtualop(int x)=0,请执行如下这些操作 - After loading the DLL, the EXE calls an exported C function in the DLL, which returns a pointer to a pure virtual interface.
加载 DLL 后,EXE 便调用 DLL 中输出的 C 函数,该函数返回一个纯虚拟接口指针。
双语例句
专业释义
- 纯虚拟函式