I took a class for c++ and fixing this is one of the debugging practices we have to do. I spent 3 hours reading the text, searching google, and changing things to see if i can figure it out. Any help, or links to relevant webpages i could learn from would be very appreciated. Don't even know what I'm supposed to fix =[. I just get errors like:
error C3861: 'length': identifier not found
error C3861: 'find': identifier not found
error C3861: 'substr': identifier not found