I am posting how to convert CString data to String *.
I am going to post this because I had problems once and I had difficults to find answers. Maybe I can help other programmers with this post.
Here an exemplo...
CString teste = "Carlos Augusto";
String * Nome = static_cast<String*>(teste);
Thats all!
Nenhum comentário:
Postar um comentário
Obrigado pela participação. Continue visitando Dúvidas de Programação - Programming Doubts