C++中关于string类型究竟能不能用cout输出的问题

2024-12-25 20:25:13
推荐回答(1个)
回答1:

string不属于基本类型数据,不能直接cout,要用cout必须重定义