This is my first c++ class, and have been through java and vb classes.
I have an assignment to insert items into a linked list based on dates descending. Through the last few days I've attempted to figure out why I continue to receive a segmentation fault (core dumped) error.
I've ensured the item.isLessThan() method is working correct it tests out to identify true or false based on dates.
I had the list working and printing unsorted a day ago. Adding in the sort has proved a headache...