“LinkedList” only contains max. two elements (next reference is NULL) [C++]

后端 未结 0 751
陌清茗
陌清茗 2021-01-13 11:46

I\'m creating a "linkedList" (linked nodes) with a Node struct like this:

struct Node {

DataType dataname; //struct DataType: { int m; };
Node * pr         


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