binary operator '+' can t

binary operator '+' can t be applied to the expressions of type 'const char' and 'const char'
问题如上图。因为Laname += " ," + " " + Finame;这样连接字符串了。

阅读 2.8k
1 个回答

Liname += ", " + Finame;

推荐问题