User profile: azad90

User info
User name:azad90
History
Joined:
Number of posts:16
Latest posts:

Modify element in node of linked list with value assignment
Never mind.. Now, I understand. Thanks a lot [b]keskiverto[/b]

Modify element in node of linked list with value assignment
First, 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 assignment
Hei 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 list
Hi guys, I'm trying to calculate the total price of books contained in a linked list. I've tried ...