Plz Help!!!!!!!!I think it will be much easier if you use a [b]structure[/b] or a[b] class[/b]
Reversing Linked List#Solved
Reversing Linked ListSo you don't know how I can solve the problem? :/
Reversing Linked List[quote]The design of your list is very bad. Why does each node have the data member List *start_ptr;...
Reversing Linked ListHere is my whole code: [code] #include<iostream> #include<string> using namespace std; ...