I\'m a beginner in data structures and c++, I was trying to implement a linked list class with both a pointer to its first and its last node. This is the push method.
<