User profile: Jubberwacky

User info
User name:Jubberwacky
Location:Mississippi
Bio:Computer Engineering major
History
Joined:
Number of posts:26
Latest posts:

Linked List AddressBook Help
[code]void ChangeEntry() { string name; string IDNumb; if (pHeadNode) { cin.clear(); cin.sy...

Linked List AddressBook Help
I have the code to where the program is Changing the name and not deleting it. But how am i supposed...

Linked List AddressBook Help
So would I just need to delete the code on those lines? Or do I need to change the code?

Linked List AddressBook Help
The code is Deleting the Name also and not replacing it. I need the function to Change the Name and ...

Linked List AddressBook Help
Can anyone help me to fix one little problem i am having. When i change the name of an entry, the na...