【发布时间】:2019-07-19 20:44:01
【问题描述】:
这是一个简单的domo:
string strList[4] = {"Blue", "Red", "Yellow"};
qDebug()<<"strList element : "<<strList[1];
error: C2678: binary '<<': no operator found which takes a left-hand operand of type 'QDebug' (or there is no acceptable conversion)
字符串显示有什么问题?
【问题讨论】: