如何添加两个字符串?
我试过了name = "derp" + "herp";,但是我收到了一个错误:
name = "derp" + "herp";
表达式必须具有整数或枚举类型
c string
c ×1
string ×1