
boost
tg2003
这个作者很懒,什么都没留下…
展开
-
boost正则表达式多次匹配
#include "stdafx.h"#include #include #include #include #include using namespace std;using namespace boost;regex reg("a(//d*)b");int main(int argc, char* argv[]){ str原创 2009-07-05 15:09:00 · 960 阅读 · 0 评论 -
c++ boost正则使用
#include #include #include using namespace std;using namespace boost;/*搜索字符串中是否含有子字符串int main( int argc, char* argv[] ){ char *buf = "This is boost::regex example boost::regex";原创 2009-07-05 18:46:00 · 1783 阅读 · 0 评论