I am making some change in GK code,
but in that function i am getting std::String and i have to assign this value to
some PString, can any help me how to convert from String to
PString.
PString s;
s= func(); //this func is returning
PString
|
I am making some change in GK code,
but in that function i am getting std::String and i have to assign this value to
some PString, can any help me how to convert from String to
PString.
PString s;
s= func(); //this func is returning
PString
|