大黑鱼 发表于 2014-10-15 22:48:08

c++小白求助


template<class datatype>
class BTree_Link
{
public:
    BTree_Link();//构造函数
    ~BTree_Link(void);//析构函数
    datatype Pre_Tree(TreeNode<datatype> * root);//前序遍历

D:\数据结构C++版\树的实现\tree.h|17|error: declaration of '~Tree_Link' as member of 'BTree_Link<datatype>'|

大个的糖果 发表于 2014-10-30 19:29:25

页: [1]
查看完整版本: c++小白求助