© 1999-2048 dssz.net 粤ICP备11031372号
[其它] string居然也可以用和
说明:最近在项目工程中碰到一段代码, 颇为费解, string居然也可以用 <>, 于是我单独写了个小程序测了一下: #include #include using namespace std; int main() { int a = 1; string s; s << a; return 0; } 编译错误:error: no match for 'operator<<' in 's << a' 这是正常的。 但为什么在工程项目中<weixin_38587130> 在 上传 | 大小:44032