阅读背景:

How to convert “pointer to pointer type” to const?

来源:互联网 

With the following code

使用以下代码

void TestF(const double ** testv){;}void callTest(){    double** test;    TestF(test);}void TestF(



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: