R
red floyd
I have a an app that I'm writing which uses char and std::string. I'm using
a library which expects wchar_t arrays.
Is there a standard way to convert between std::string and std::wstring, or do
I need to use something like std::transform()?
Thanks
a library which expects wchar_t arrays.
Is there a standard way to convert between std::string and std::wstring, or do
I need to use something like std::transform()?
Thanks