User profile: pheF2bru

User info
User name:pheF2bru
History
Joined:
Number of posts:5
Latest posts:

Can you have a linked list data member inside a struct?
Can you have a linked list as a data member inside a struct? I have something set up like this: [...

How to print a linked list located inside another linked list struct?
Actually just realized--I need to set listA equal to another linked list. The other linked list was ...

How to print a linked list located inside another linked list struct?
This looks right but my brain is no longer working, haven't slept all night. Will come back again to...

How to print a linked list located inside another linked list struct?
Thanks kbw, I'll test this out. Is there a way to assign a Node * temp to listA? After filling a No...

How to print a linked list located inside another linked list struct?
Hi, I've been staring at the screen for 30 hours it seems and haven't gotten a single "A-ha!" light ...