|
|
|
|
|
by ahartmetz
2365 days ago
|
|
It's basically no better than vector<my_char_type> - i.e. it has no Unicode support whatsoever and very few string-specific convenience methods. Using algorithms is possible, but tedious. Because I often work with Qt, I'm comparing it with QString, which is much more than a vector of chars. https://doc.qt.io/qt-5/qstring.html |
|
I used std::string and QString extensively for 4-5 years and find QString inexplicably bloated and un-intuitive for my use cases.