标签: c++ arrays wchar-t
我遇到了一些C ++代码:
wchar_t *str1 = L"foo" wchar_t *str2[] = {L"foo", L"another_value" };
现在我要找的是找出数组str2是否包含str1。我希望你能帮助我。
祝你好运