820244_0_0_1927.cpp
820244_0_0_1927.cpp(11) : error C2146: 语法错误 : 缺少“;”(在标识符“cout”的前面)
820244_0_0_1927.cpp(11) : error C2039: “fisedlios” : 不是“std::basic_ios<_Elem,_Traits>”的成员
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
820244_0_0_1927.cpp(11) : error C2664: “std::setiosflags” : 不能将参数 1 从“std::ios_base &(__cdecl *)(std::ios_base &)”转换为“std::_Iosb<_Dummy>::fmtflags”
with
[
_Dummy=int
]
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
|