|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
--------------------Configuration: FishOil - Win32 Debug--------------------
Compiling...
FishOil.cpp
D:\C++快速入门\第十一讲 复杂的数据类型05_对象的基础:结构\复杂的数据类型05(课件+源代码)\FishOil\FishOil.cpp(54) : error C2552: 'OilInit' : non-aggregates cannot be initialized with initializer list
D:\C++快速入门\第十一讲 复杂的数据类型05_对象的基础:结构\复杂的数据类型05(课件+源代码)\FishOil\FishOil.cpp(80) : error C2039: 'getline' : is not a member of 'std'
D:\C++快速入门\第十一讲 复杂的数据类型05_对象的基础:结构\复杂的数据类型05(课件+源代码)\FishOil\FishOil.cpp(80) : error C2065: 'getline' : undeclared identifier
D:\C++快速入门\第十一讲 复杂的数据类型05_对象的基础:结构\复杂的数据类型05(课件+源代码)\FishOil\FishOil.cpp(82) : error C2679: binary '<<' : no operator defined which takes a right-hand operand of type 'class std::basic_string<char,struct std::cha
r_traits<char>,class std::allocator<char> >' (or there is no acceptable conversion)
D:\C++快速入门\第十一讲 复杂的数据类型05_对象的基础:结构\复杂的数据类型05(课件+源代码)\FishOil\FishOil.cpp(103) : error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'class std::basic_string<char,struct std::ch
ar_traits<char>,class std::allocator<char> >' (or there is no acceptable conversion)
D:\C++快速入门\第十一讲 复杂的数据类型05_对象的基础:结构\复杂的数据类型05(课件+源代码)\FishOil\FishOil.cpp(105) : error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'class std::basic_string<char,struct std::ch
ar_traits<char>,class std::allocator<char> >' (or there is no acceptable conversion)
D:\C++快速入门\第十一讲 复杂的数据类型05_对象的基础:结构\复杂的数据类型05(课件+源代码)\FishOil\FishOil.cpp(135) : error C2679: binary '<<' : no operator defined which takes a right-hand operand of type 'class std::basic_string<char,struct std::ch
ar_traits<char>,class std::allocator<char> >' (or there is no acceptable conversion)
D:\C++快速入门\第十一讲 复杂的数据类型05_对象的基础:结构\复杂的数据类型05(课件+源代码)\FishOil\FishOil.cpp(136) : error C2679: binary '<<' : no operator defined which takes a right-hand operand of type 'class std::basic_string<char,struct std::ch
ar_traits<char>,class std::allocator<char> >' (or there is no acceptable conversion)
Error executing cl.exe.
FishOil.exe - 8 error(s), 0 warning(s)
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
求解 在线等。。。。。。 |
|