Pages

02 November, 2023

How compare char (or wchar_t) as part of string in c++

I have two C-style null-terminated (wide)strings (not std::wstring) and I go through them by iterators and want to compare them char by char (for sorting). I don't need to use standard operators (==, >,

No comments:

Post a Comment

Thanks