Error 1 error C2679: binary '>>' : no operator found which takes a right-hand operand of type 'std::

Error 1 error C2679: binary '>>' : no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion) e:\tld_study\tcp\tcpsrv\tcpsrv.cpp 24

若出现以上错误,请检查#include<iostream> #include<string> 都不要包含.h,记住去除.h


版权声明:本文为t710smgtwoshima原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。