标签: c++ string windows c++17 wstring
我正在尝试避免使用boost,.begin()和.end()以及codecvt,因为它已被弃用。在Windows上将wstring转换为const char *甚至std :: string在C ++ 17中是否还有其他好的做法?谢谢!