I'm getting an error in my c toupper function that I think is a type error but I don't know how to solve it

后端 未结 0 1277
忘掉有多难
忘掉有多难 2020-11-21 13:52

So the code looks like this:

```
string convert_encoding_upper(string input)
{
    for (int i = 0, n = strlen(input); i < n; i++)
    {
        input[i] =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题