I have a problem - to copy a string from a vector and put it into another vector. It's ok if i use a string variable, where this variable will be used as a temp variable between these vectors....But i do not know what is the best approach to copy or "transfer" this string.
Can somebody give me some idea how to tackle this problem?