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 函數,該函數返廻一個純虛擬接口指針。
雙語例句
专业释义
- 純虛擬函式