I have a C-Libraray function returning a C-String const char* myFuncC(struct myS *);. Now I write a class mapper: class myC { private: struct myS * hdl ...
確定! 回上一頁