User profile: bytecompile

User info
User name:bytecompile
History
Joined:
Number of posts:7
Latest posts:

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 Example
Ok. Updating all references to the protected members to this-> allowed the program to compile and e...

Problem with Linked List Example
The first error is on line #57 of orderedLinkedList.h, then pretty much everywhere first/last/count ...

Problem with Linked List Example
I've been working through "Data Structures with C++" by D.S. Malik and am having a problem with some...