C++ warning: control reaches end of non-void function [-Wreturn-type]

前端 未结 0 816
不思量自难忘°
不思量自难忘° 2021-02-14 18:00

I\'m implementing LinkedList in c++.

Below is the implementation of Node and LinkedList classes.

class Node{
    public:
        int data;
                


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