gpt4 book ai didi

c++ - 无法使用regex c++ 11 std在Windows中运行使用minGW编译的程序

转载 作者:行者123 更新时间:2023-11-28 06:11:41 25 4
gpt4 key购买 nike

<分区>

这个程序编译正常,没有任何错误,但是当我运行这个程序时,它意外退出,说它遇到了一些问题。

使用 gdb 分析程序遇到了段错误。我对 gdb 了解不多,所以无法彻底检查是否有人可以重现问题并解释有帮助的错误。

还有我能做些什么来纠正这个问题。

#include<iostream>
#include<regex>
#include<string>
using namespace std;

int main()
{
bool found;
cmatch m;
try
{
found = regex_search("<html>blah blah blah </html>",m,regex("<.*>.* </\\1"));
cout<< found<<endl<<m.str();
}
catch(exception & e)
{

cout<<e.what();
}

return 0;


}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com