Many toolkit authors create their own string types instead of using
std::string. This includes the likes of Qt and FOX. My question, and
perhaps it is not topical, is why would people do this? They also don't
provide conversion functions to/from std::string! This makes it so you
are always converting to/from std::string yourself to communicate with
these APIs. Very annoying.
NR
std::string. This includes the likes of Qt and FOX. My question, and
perhaps it is not topical, is why would people do this? They also don't
provide conversion functions to/from std::string! This makes it so you
are always converting to/from std::string yourself to communicate with
these APIs. Very annoying.
NR
Comment