vendredi 31 juillet 2015

C++ Visual Studio 2012 String type conversion to LPCSTR

When programming C++ in Visual Studio 2012, It has a type String (don't confuse with std::string). I need to make a conversion of type String to other string types such as Char, LPCSTR, std::string... How can I do it?

Aucun commentaire:

Enregistrer un commentaire