首页 新闻 会员 周边
5
回答数

回答被采纳 20 对于C/C++的指向指针的指针有点不明白。具体看程序能告诉我为什么要这样吗?

#include <iostream> using namespace std; typedef int ElemType; typedef struct BiTree_{ ElemType data