With the following code
使用以下代码
void TestF(const double ** testv){;}void callTest(){ double** test; TestF(test);}void TestF(With the following code
使用以下代码
void TestF(const double ** testv){;}void callTest(){ double** test; TestF(test);}void TestF(