lundi 1 mars 2021

extract ta value from a string

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++?

Aucun commentaire:

Enregistrer un commentaire