reversing a linked list (nodes) random crashit still crashes if I use while (cur-> next!= NULL)
reversing a linked list (nodes) random crashI'm trying to write a function to print out the values of a linked list's nodes in reverse, it works...
overloading extraction operator << as friend of class to display listthank you so much
overloading extraction operator << as friend of class to display listso [code] List::ListNode ostream& operator<<(ostream& os, const List & list)[/code] that's the hea...
overloading extraction operator << as friend of class to display listNow if i try to do that it tells me "ListNode was not declared in this scope"...I think that's why i...
This user does not accept Private Messages