运行时错误 terminate called after throwing an instance of 'std l

分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow

也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!

               

terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid

主要原因:对一个空指针进行操作。

例如:char* p = NULL:

string str(p);              //运行时报错


           

给我老师的人工智能教程打call!http://blog.csdn.net/jiangjunshow

这里写图片描述

terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid

主要原因:对一个空指针进行操作。

例如:char* p = NULL:

string str(p);              //运行时报错

猜你喜欢

转载自blog.csdn.net/ggjttfc/article/details/84000564
今日推荐