4326,
here's something simple to see if you know anything.
what's going on in this line of code?
Node* newNode = new Node(newEntry, top);You are creating a new object of class Node with a two-parameter constructor, assigning it to a pointer named newNode
Now, give me the evidence or get lost.he's correct actually
I used to solve C++ puzzles in high school
Show me the evidence