I am trying to write a program changing the string (HEX) to another of the same length. I do it in C ++ and I have a bit of a problem (I'm just starting to research on the topic). I found a function that does this for one string and it works after modification, but I care that these strings to change were many (unspecified number with the possibility of appending). The code working with one string looks like this: