C ++检查wchar_t是否在wchar_t数组中

时间:2016-09-05 01:35:48

标签: c++ arrays wchar-t

我遇到了一些C ++代码:

    wchar_t *str1 = L"foo"
    wchar_t *str2[] = {L"foo", L"another_value" };

现在我要找的是找出数组str2是否包含str1。我希望你能帮助我。

祝你好运

0 个答案:

没有答案