gpt4 book ai didi

c++ - 在 char 数组中搜索子字符串

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:08:27 25 4
gpt4 key购买 nike

<分区>

据我所知,在 C++ 字符串中有一个函数可以执行子字符串搜索:string1.find(string2)。

有什么方法可以在 char 中执行相同的操作?下面是我的问题:

    #include <iostream>
#include <cstring>
using namespace std;
int main()
{
char a[]="hello world!";
char b[]="el";
//find substring b[] in a[]


}

假设我需要在字符串中找到子字符串“el”,是否可以这样做?

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