Should I implement a destructor for my Node class?

后端 未结 0 1495
伪装坚强ぢ
伪装坚强ぢ 2020-12-05 01:08

I have a List class that has nodes of type Node.

class List{
        Node* head;
        int size;
    
    public:
        List();
        List(const Team&am         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题