I have a string <abc>0200</abc><xyz>10101</xyz>. I want to extract the values of these tags like 0200 from abc tag and 10101 from xyz tag. How can I do that in c++?
<abc>0200</abc><xyz>10101</xyz>
Aucun commentaire:
Enregistrer un commentaire