User profile: mrspam

User info
User name:mrspam
History
Joined:
Number of posts:8
Latest posts:

Order number display screen
I know how to do It now

Trying to understand lists
If I want the program to print the words in alphabetical order but without "." how can I do that? th...

Trying to understand lists
Fun2code, yeah I tried to do it your way. Its much cleaner but harder to follow. I can follow it now...

Trying to understand lists
I'm getting confused, I tried testing the insert function but I get segmentation fault. Thats what ...

Trying to understand lists
So thats what I have for insert function [code]void List::insert(ElementType item, Node* prev) { ...