I'm supposed to have a doubly linked. Each node should store a person's first and last names, along with their age. Initialize the list with 5 nodes. It should allow for search with name. It should allow for a name to be removed.
There's a slew of errors that I'm not sure how to correct. I'd just like to get rid of the errors so I can finish it but I'm not sure how. A bunch of identifiers are undefined and "Getline" doesn't match argument list. I'm so confused so any guidance at all is greatly appreciated!
Maybe if you write your own code and build it up slowly you won't be met with such a wall of errors in one go.
For what it's worth, at least one function is missing a closing brace (you didn't cut-and-paste it very well) and you seem to be ignoring the difference in function calls between add() and addFront().
how did you found it ?
Any special tools to compare the codes ?
Sadly, @Thomas1965, I just see a step change in code style from very professional to one or two lines of very naive code and think they didn't come from the same person.
After that I just put a few of the less idiomatic lines (in quotes) through Google.
It would be abusing my privileges at work to put it through Turnitin, and that would probably throw up a lot of false positives anyway because of the way much coding is fairly idiomatic. Google is adequate here.