You see, I'm reading an xml file where each entry has the following format:
<BatchIdentifier>[ID_FACTURA]</BatchIdentifier>
I capture each line in the file with:
string line;
while(getline(plantilla,line,'\n')){//PARA HACER L...
asked by
21.04.2018 / 13:40