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 (==, >,
0 comments:
Post a Comment
Thanks