Код: Выделить всё
std::string myString;
#GetValue() returns a char*
myString = myObject.GetValue();
Подробнее здесь: https://stackoverflow.com/questions/107 ... ng-is-safe
Код: Выделить всё
std::string myString;
#GetValue() returns a char*
myString = myObject.GetValue();