I'm trying to convert a string of characters within an array structure but I keep getting errors whenever I try to compile the program. The code below isn't exactly what I have but it's basically the part I'm having problems with. It says "no matching function for call to 'toupper(std:string&)' "
Not sure if I'm converting the names to upper case correctly.
Okay, I'm trying every method I can think of but I still can't understand what to do. Do I convert the string to char? I tried using the transform algorithm on the x[].Name but also getting an error.