Quote Originally Posted by Axel
the problem was:

Code:
revlist(list);
i wasn't saving what was happening in "start" (in main)

i changed it to start = revlist(list);

works now, thanks.
You mean sort of like what I already told you to do?
Quote Originally Posted by quzah
You should be doing:
Code:
newlist = reverset( start );
printList( newlist );

Quzah.



Quzah.