No conversion from “const char” to “int”

前端 未结 6 1203
野性不改
野性不改 2021-01-25 11:01

The following is the problem code.

#include 
#include 
using namespace std;

void convertToUppercase(char *);

int main()
{
    cha         


        
6条回答
提交回复
热议问题