Problem with Linked List Example@m4ster r0shi Thanks for the informative link. This does help it make sense as the base class is ...
Problem with Linked List Example@helios XCode 4.x QT Creator 2.2.0 Both use g++ v4.2.1 (Apple Build 5666) I'm currently on OSX, b...
Problem with Linked List ExampleOk. Updating all references to the protected members to this-> allowed the program to compile and e...
Problem with Linked List ExampleThe first error is on line #57 of orderedLinkedList.h, then pretty much everywhere first/last/count ...
Problem with Linked List ExampleI've been working through "Data Structures with C++" by D.S. Malik and am having a problem with some...