User profile: spyro

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

help with linkedlist / operator overloading
Not at present, because head and tail are used throughout list.cpp under the assumption that all the...

help with linkedlist / operator overloading
I thought functions needed type names in parameters in a function call in c++.. hmm.. I've never use...

help with linkedlist / operator overloading
thank you. doubleLinkedList* newPos; newPos = returnPosNext(); head->editPos(doubleLinkedList* n...

help with linkedlist / operator overloading
alright, I guess I see what you're saying. i guess I didn't see why it was necessary to use a struct...

help with linkedlist / operator overloading
it is public because it can be, and it's easier that way, not because it is best practice. the link...