I have an array char* source and a vector std::vector target. I\'d like to make the vector target point to source
char* source
std::vector target
target
source