欢迎访问悦橙教程(wld5.com),关注java教程。悦橙教程  java问答|  每日更新
页面导航 : > > > 文章正文

find substring C++,findsubstring

来源: javaer 分享于  点击 2170 次 点评:119

find substring C++,findsubstring


Perhaps the following:

if (std::string::npos != s1.find(s2))
{
  std::cout << "found!" << std::endl;
}

相关文章

    暂无相关文章

用户点评