How to print a Doubly Linked list?
I can’t figure out why my print functions won’t work.
It seems that when i create objects of the list they do not point at each other as expected.
Somehow when those objects are created they will point to nullptr in both directions.