Modify element in node of linked list with value assignmentNever mind.. Now, I understand. Thanks a lot [b]keskiverto[/b]
Modify element in node of linked list with value assignmentFirst, thanks for the reply [b]keskiverto[/b] [quote]If you had a simpler program without a list, w...
Modify element in node of linked list with value assignmentHei guys, hope that you could lend a hand to solve this problem I tried to modify staff name with...
Sum up price element in node of linked list[code]Book newBook; double total = 0; total += newBook.getPrice();[/code] I've changed my main func...
Sum up price element in node of linked listHi guys, I'm trying to calculate the total price of books contained in a linked list. I've tried ...