User profile: NOMNOM

User info
User name:NOMNOM
Old user name:gd95
History
Joined:
Number of posts:3
Latest posts:

How to print commas with linked list elements?
I'm trying to insert commas to separate the elements in a linked list. (1000 should read 1,000, 219...

Issues with linked list addition
Thanks that helped a lot! Here is my updated add function, now it works sometimes but if there is a ...

Issues with linked list addition
I'm writing a program that is supposed to add two linked lists together and display their sum in vig...