Сравнение производительности: strstr() и std::string::find()C++

Программы на C++. Форум разработчиков
Гость
Сравнение производительности: strstr() и std::string::find()

Сообщение Гость »


Can someone please explain why I should use strstr or string find() ? Which one is faster, at where ?


Источник: https://stackoverflow.com/questions/117 ... stringfind

Вернуться в «C++»