Hello,
As a part of my program, I have to convert a column of strings in a vector(containing strings of both upper and lower case) to uppercase. The column is accessed as array.at(i).at(2)
I have tried to convert character by character using toupper() , but I didnt work for me.
Please help me with this. I have my deadline tomorrow.
Thanks