error
会思考的浣熊
这个作者很懒,什么都没留下…
展开
-
VS 2013错误积累(2)
basic_istream::read数组中读取指定数量的字符从流并存储它们。 cin.read(&c[0], count);is.read (buffer[],length);basic_istream<Elem, Tr>& read(char_type *_Str, streamsize _Count);_StrThe array in which to read the characte原创 2015-05-19 21:10:10 · 455 阅读 · 0 评论 -
VS 2013 错误积累(1)
Compiler Error C2440conversion : cannot convert from type1 to type2The compiler cannot cast from type1 to type2.Compiler Error C2440使用 C 代码中的字符串来尝试初始化非常量 charC2440 can also be caused if you attempt原创 2015-05-19 20:07:00 · 635 阅读 · 0 评论 -
Python EOF 的错误
Python 的一个错误E902: TokenError: EOF in multi-line statement还有其他类似 EOF 的,是不是括号或引号不匹配。原创 2017-03-11 19:37:42 · 17021 阅读 · 0 评论