I've been programming many years but am very new to the the std
namespace and the std::string
class.
I'm writing code to read the value from Gdiplus::PropertyItem::value
, which is char *
.
What is the most accepted way to convert this char *
value to string
, which in my case is a Unicode string?