I have to create simple List implementation. They guy who wants that put struct before member next of class Node. Why is there a
struct
next
Node
There is no need for struct before next. That should be a simple pointer to Node object.