Posted by Mike on July 18, 2000 at 20:15:55:
In Reply to: Re: HW8 posted by hussein on July 18, 2000 at 19:54:39:
: hmmm ... the book version should have worked since it is essentially the same ...
It does, i figured out my problem
: no. it creates a new node - so you have a linked list with exactly one node.
This would be empty then right?
NodeType* Head;
Head = NULL;