User: nickcplusplus

  • Public profile

User profile: nickcplusplus

User info
User name:nickcplusplus
History
Joined:
Number of posts:33
Latest posts:

reversing a linked list (nodes) random crash
it still crashes if I use while (cur-> next!= NULL)

reversing a linked list (nodes) random crash
I'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 list
thank you so much

overloading extraction operator << as friend of class to display list
so [code] List::ListNode ostream& operator<<(ostream& os, const List & list)[/code] that's the hea...

overloading extraction operator << as friend of class to display list
Now 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