引发了异常: 读取访问权限冲突。

引发了异常: 读取访问权限冲突。

std::_String_allocstd::_String_base_types<char,std::allocator<char > >::_Mysize(...) 返回 0x14。

如有适用于此异常的处理程序,该程序便可安全地继续运行。
。。。。上面是复制的
不知道出什么错误
本来能运行的
出去吃个饭回来就变成这样了。。。有没有人看看怎么解决

http://jingyan.baidu.com/article/f25ef2544b9887482c1b8295.html

啊 楼上的试过了 不行啊。。。
void _Check_offset(const size_type _Off) const
{ // checks whether _Off is in the bounds of [0, this->size()]
if (this->_Mysize() < _Off)
_Xran();
}
错在这里