My program runs fine. The only problem I have is when my program prompts for an animal name it wigs out when I enter two words... such as "Black Bear". I am trying to utilize a character array in place of "string word" in order to this. I realize that I will need to use the cin.peek / strcopy commands, but I am unsure how to do it.
I need to use a character array and be able to input/output multiple items.... I understand the getline command with a basic program, but can't figure it out using linked list. Any help would be appreciated. Thanks.