Posted by Gene on July 14, 1999 at 23:30:53:
In Reply to: Re: list class posted by hussein on July 14, 1999 at 21:28:59:
: : If we can't use the curr, head, and tail pointers, how are we supposed to use the methods already defined in the list class to implement our reverse method? Just about every method I want to use requires the use of a curr pointer!
: also note that the question does not say u have to use the methods that have already been defined ... u should be creating a new method, which may be totally independent of the others ...
Can we use temporary pointers?